Color Hex Logo

#dca006 Color Hex

#DCA006
(220,160,6)
0 Favorites   0 Comments

Color spaces of #dca006

RGB 2201606
HSL0.120.950.44
HSV43°97°86°
CMYK 0.000.270.97   0.14
XYZ42.118940.37045.7447
Yxy40.37040.47740.4575
Hunter Lab63.53777.136039.1157
CIE-Lab69.732511.660372.8024

#dca006 color RGB value is (220,160,6).

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

The process color (four color CMYK) of #dca006 color hex is 0.00, 0.27, 0.97, 0.14. Web safe color of #dca006 is #cc9900. Color #dca006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 00000110
Octal 334 240 6
Decimal 220 160 6
Hex DC A0 6

RGB Percentages of Color #dca006

%56.99
%41.45
%1.55

CMYK Percentages of Color #dca006

%0
%27
%97
%14

Triadic Colors of #dca006

#dca006 #06dca0 #a006dc

Analogous Colors of #dca006

#dca006 #addc06 #dc3506

Monochromatic Colors of #dca006

#dca006

Complementary Color

#dca006 #0642dc

#dca006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca006 Color CSS Codes

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

#dca006 Text Font Color

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

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


#dca006 Background Color

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

This div background color is #dca006


#dca006 Border Color

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

This div border color is #dca006


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,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 #dca006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca006


Comments

No comments written yet.

Please login to write comment.