Color Hex Logo

#dda479 Color Hex

#DDA479
(221,164,121)
0 Favorites   0 Comments

Color spaces of #dda479

RGB 221164121
HSL0.070.600.67
HSV26°45°87°
CMYK 0.000.260.45   0.13
XYZ46.545443.303523.9944
Yxy43.30350.40890.3804
Hunter Lab65.805411.097024.4451
CIE-Lab71.760515.830930.5076

#dda479 color RGB value is (221,164,121).

#dda479 hex color red value is 221, green value is 164 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dda479 hue: 0.07 , saturation: 0.60 and the lightness value of dda479 is 0.67.

The process color (four color CMYK) of #dda479 color hex is 0.00, 0.26, 0.45, 0.13. Web safe color of #dda479 is #cc9966. Color #dda479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 01111001
Octal 335 244 171
Decimal 221 164 121
Hex DD A4 79

RGB Percentages of Color #dda479

%43.68
%32.41
%23.91

CMYK Percentages of Color #dda479

%0
%26
%45
%13

Triadic Colors of #dda479

#dda479 #79dda4 #a479dd

Analogous Colors of #dda479

#dda479 #ddd679 #dd7980

Monochromatic Colors of #dda479

#dda479

Complementary Color

#dda479 #79b2dd

#dda479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda479 Color CSS Codes

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

#dda479 Text Font Color

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

This sample text font color is #dda479
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.


#dda479 Background Color

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

This div background color is #dda479


#dda479 Border Color

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

This div border color is #dda479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda479


Comments

No comments written yet.

Please login to write comment.