Color Hex Logo

#dca00c Color Hex

#DCA00C
(220,160,12)
0 Favorites   0 Comments

Color spaces of #dca00c

RGB 22016012
HSL0.120.900.45
HSV43°95°86°
CMYK 0.000.270.95   0.14
XYZ42.152440.38385.9210
Yxy40.38380.47650.4565
Hunter Lab63.54827.192038.9595
CIE-Lab69.742011.720472.0591

#dca00c color RGB value is (220,160,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 00001100
Octal 334 240 14
Decimal 220 160 12
Hex DC A0 C

RGB Percentages of Color #dca00c

%56.12
%40.82
%3.06

CMYK Percentages of Color #dca00c

%0
%27
%95
%14

Triadic Colors of #dca00c

#dca00c #0cdca0 #a00cdc

Analogous Colors of #dca00c

#dca00c #b0dc0c #dc380c

Monochromatic Colors of #dca00c

#dca00c

Complementary Color

#dca00c #0c48dc

#dca00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca00c Color CSS Codes

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

#dca00c Text Font Color

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

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


#dca00c Background Color

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

This div background color is #dca00c


#dca00c Border Color

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

This div border color is #dca00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca00c


Comments

No comments written yet.

Please login to write comment.