Color Hex Logo

#dcac0e Color Hex

#DCAC0E
(220,172,14)
0 Favorites   0 Comments

Color spaces of #dcac0e

RGB 22017214
HSL0.130.880.46
HSV46°94°86°
CMYK 0.000.220.94   0.14
XYZ44.347044.75246.7162
Yxy44.75240.46280.4671
Hunter Lab66.89721.259740.8756
CIE-Lab72.72865.353073.9577

#dcac0e color RGB value is (220,172,14).

#dcac0e hex color red value is 220, green value is 172 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dcac0e hue: 0.13 , saturation: 0.88 and the lightness value of dcac0e is 0.46.

The process color (four color CMYK) of #dcac0e color hex is 0.00, 0.22, 0.94, 0.14. Web safe color of #dcac0e is #cc9900. Color #dcac0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 00001110
Octal 334 254 16
Decimal 220 172 14
Hex DC AC E

RGB Percentages of Color #dcac0e

%54.19
%42.36
%3.45

CMYK Percentages of Color #dcac0e

%0
%22
%94
%14

Triadic Colors of #dcac0e

#dcac0e #0edcac #ac0edc

Analogous Colors of #dcac0e

#dcac0e #a5dc0e #dc450e

Monochromatic Colors of #dcac0e

#dcac0e

Complementary Color

#dcac0e #0e3edc

#dcac0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac0e Color CSS Codes

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

#dcac0e Text Font Color

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

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


#dcac0e Background Color

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

This div background color is #dcac0e


#dcac0e Border Color

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

This div border color is #dcac0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac0e


Comments

No comments written yet.

Please login to write comment.