Color Hex Logo

#dcac42 Color Hex

#DCAC42
(220,172,66)
0 Favorites   0 Comments

Color spaces of #dcac42

RGB 22017266
HSL0.110.690.56
HSV41°70°86°
CMYK 0.000.220.70   0.14
XYZ45.251145.114011.4771
Yxy45.11400.44430.4430
Hunter Lab67.16702.715236.8857
CIE-Lab72.96696.943458.9154

#dcac42 color RGB value is (220,172,66).

#dcac42 hex color red value is 220, green value is 172 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dcac42 hue: 0.11 , saturation: 0.69 and the lightness value of dcac42 is 0.56.

The process color (four color CMYK) of #dcac42 color hex is 0.00, 0.22, 0.70, 0.14. Web safe color of #dcac42 is #cc9933. Color #dcac42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 01000010
Octal 334 254 102
Decimal 220 172 66
Hex DC AC 42

RGB Percentages of Color #dcac42

%48.03
%37.55
%14.41

CMYK Percentages of Color #dcac42

%0
%22
%70
%14

Triadic Colors of #dcac42

#dcac42 #42dcac #ac42dc

Analogous Colors of #dcac42

#dcac42 #bfdc42 #dc5f42

Monochromatic Colors of #dcac42

#dcac42

Complementary Color

#dcac42 #4272dc

#dcac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac42 Color CSS Codes

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

#dcac42 Text Font Color

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

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


#dcac42 Background Color

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

This div background color is #dcac42


#dcac42 Border Color

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

This div border color is #dcac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac42


Comments

No comments written yet.

Please login to write comment.