color codes Logo

#dda435 color codes

#DDA435
(221,164,53)
0 Favorites   0 Comments

Color spaces of #dda435

RGB 22116453
HSL0.110.710.54
HSV40°76°87°
CMYK 0.000.260.76   0.13
XYZ43.736942.18019.2046
Yxy42.18010.45980.4434
Hunter Lab64.94626.551937.0594
CIE-Lab70.994911.039062.2147

#dda435 color RGB value is (221,164,53).

#dda435 hex color red value is 221, green value is 164 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dda435 hue: 0.11 , saturation: 0.71 and the lightness value of dda435 is 0.54.

The process color (four color CMYK) of #dda435 color code is 0.00, 0.26, 0.76, 0.13. Web safe color of #dda435 is #cc9933. Color #dda435 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 00110101
Octal 335 244 65
Decimal 221 164 53
Hex DD A4 35

RGB Percentages of Color #dda435

%50.46
%37.44
%12.10

CMYK Percentages of Color #dda435

%0
%26
%76
%13

Triadic Colors of #dda435

#dda435 #35dda4 #a435dd

Analogous Colors of #dda435

#dda435 #c2dd35 #dd5035

Monochromatic Colors of #dda435

#dda435

Complementary Color

#dda435 #356edd

#dda435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda435 Color CSS Codes

.mybgcolor {background-color:#dda435; } 
.myforecolor {color:#dda435; }
.mybordercolor {border:3px solid #dda435; }

#dda435 Text Font Color

<p style="color:#dda435">Text here</p>

This sample text font color is #dda435
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda435 Background Color

<div style="background-color:#dda435">
Div content here</div>

This div background color is #dda435


#dda435 Border Color

<div style="border:3px solid #dda435">
Div here</div>

This div border color is #dda435


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,164,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda435; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda435;
  -webkit-box-shadow: 1px 1px 3px 2px #dda435;
  box-shadow:         1px 1px 3px 2px #dda435; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,164,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda435">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda435;
  -webkit-box-shadow: 1px 1px 3px 2px #dda435;
  box-shadow:         1px 1px 3px 2px #dda435;">
Div content here</div>

This div box has shadow with color #dda435


Comments

No comments written yet.

Please login to write comment.