Color Hex Logo

#dda006 Color Hex

#DDA006
(221,160,6)
0 Favorites   0 Comments

Color spaces of #dda006

RGB 2211606
HSL0.120.950.45
HSV43°97°87°
CMYK 0.000.280.97   0.13
XYZ42.422540.52695.7589
Yxy40.52690.47820.4569
Hunter Lab63.66077.543239.1990
CIE-Lab69.843212.097172.9314

#dda006 color RGB value is (221,160,6).

#dda006 hex color red value is 221, green value is 160 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dda006 hue: 0.12 , saturation: 0.95 and the lightness value of dda006 is 0.45.

The process color (four color CMYK) of #dda006 color hex is 0.00, 0.28, 0.97, 0.13. Web safe color of #dda006 is #cc9900. Color #dda006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00000110
Octal 335 240 6
Decimal 221 160 6
Hex DD A0 6

RGB Percentages of Color #dda006

%57.11
%41.34
%1.55

CMYK Percentages of Color #dda006

%0
%28
%97
%13

Triadic Colors of #dda006

#dda006 #06dda0 #a006dd

Analogous Colors of #dda006

#dda006 #afdd06 #dd3406

Monochromatic Colors of #dda006

#dda006

Complementary Color

#dda006 #0643dd

#dda006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda006 Color CSS Codes

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

#dda006 Text Font Color

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

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


#dda006 Background Color

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

This div background color is #dda006


#dda006 Border Color

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

This div border color is #dda006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda006


Comments

No comments written yet.

Please login to write comment.