Color Hex Logo

#dda04f Color Hex

#DDA04F
(221,160,79)
0 Favorites   0 Comments

Color spaces of #dda04f

RGB 22116079
HSL0.100.680.59
HSV34°64°87°
CMYK 0.000.280.64   0.13
XYZ43.800941.078313.0175
Yxy41.07830.44740.4196
Hunter Lab64.09249.825832.8225
CIE-Lab70.230714.521050.1473

#dda04f color RGB value is (221,160,79).

#dda04f hex color red value is 221, green value is 160 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dda04f hue: 0.10 , saturation: 0.68 and the lightness value of dda04f is 0.59.

The process color (four color CMYK) of #dda04f color hex is 0.00, 0.28, 0.64, 0.13. Web safe color of #dda04f is #cc9966. Color #dda04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01001111
Octal 335 240 117
Decimal 221 160 79
Hex DD A0 4F

RGB Percentages of Color #dda04f

%48.04
%34.78
%17.17

CMYK Percentages of Color #dda04f

%0
%28
%64
%13

Triadic Colors of #dda04f

#dda04f #4fdda0 #a04fdd

Analogous Colors of #dda04f

#dda04f #d3dd4f #dd594f

Monochromatic Colors of #dda04f

#dda04f

Complementary Color

#dda04f #4f8cdd

#dda04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda04f Color CSS Codes

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

#dda04f Text Font Color

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

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


#dda04f Background Color

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

This div background color is #dda04f


#dda04f Border Color

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

This div border color is #dda04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda04f


Comments

No comments written yet.

Please login to write comment.