Color Hex Logo

#dca84c Color Hex

#DCA84C
(220,168,76)
0 Favorites   0 Comments

Color spaces of #dca84c

RGB 22016876
HSL0.110.670.58
HSV38°65°86°
CMYK 0.000.240.65   0.14
XYZ44.822343.742712.9183
Yxy43.74270.44170.4310
Hunter Lab66.13835.228634.7161
CIE-Lab72.05629.631753.5455

#dca84c color RGB value is (220,168,76).

#dca84c hex color red value is 220, green value is 168 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dca84c hue: 0.11 , saturation: 0.67 and the lightness value of dca84c is 0.58.

The process color (four color CMYK) of #dca84c color hex is 0.00, 0.24, 0.65, 0.14. Web safe color of #dca84c is #cc9933. Color #dca84c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 01001100
Octal 334 250 114
Decimal 220 168 76
Hex DC A8 4C

RGB Percentages of Color #dca84c

%47.41
%36.21
%16.38

CMYK Percentages of Color #dca84c

%0
%24
%65
%14

Triadic Colors of #dca84c

#dca84c #4cdca8 #a84cdc

Analogous Colors of #dca84c

#dca84c #c8dc4c #dc604c

Monochromatic Colors of #dca84c

#dca84c

Complementary Color

#dca84c #4c80dc

#dca84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca84c Color CSS Codes

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

#dca84c Text Font Color

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

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


#dca84c Background Color

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

This div background color is #dca84c


#dca84c Border Color

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

This div border color is #dca84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca84c


Comments

No comments written yet.

Please login to write comment.