Color Hex Logo

#dcab42 Color Hex

#DCAB42
(220,171,66)
0 Favorites   0 Comments

Color spaces of #dcab42

RGB 22017166
HSL0.110.690.56
HSV41°70°86°
CMYK 0.000.220.70   0.14
XYZ45.061544.734811.4139
Yxy44.73480.44520.4420
Hunter Lab66.88413.212836.7009
CIE-Lab72.71697.474858.6581

#dcab42 color RGB value is (220,171,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01000010
Octal 334 253 102
Decimal 220 171 66
Hex DC AB 42

RGB Percentages of Color #dcab42

%48.14
%37.42
%14.44

CMYK Percentages of Color #dcab42

%0
%22
%70
%14

Triadic Colors of #dcab42

#dcab42 #42dcab #ab42dc

Analogous Colors of #dcab42

#dcab42 #c0dc42 #dc5e42

Monochromatic Colors of #dcab42

#dcab42

Complementary Color

#dcab42 #4273dc

#dcab42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab42 Color CSS Codes

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

#dcab42 Text Font Color

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

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


#dcab42 Background Color

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

This div background color is #dcab42


#dcab42 Border Color

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

This div border color is #dcab42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab42


Comments

No comments written yet.

Please login to write comment.