Color Hex Logo

#dca86b Color Hex

#DCA86B
(220,168,107)
0 Favorites   0 Comments

Color spaces of #dca86b

RGB 220168107
HSL0.090.620.64
HSV32°51°86°
CMYK 0.000.240.51   0.14
XYZ46.171744.282420.0238
Yxy44.28240.41790.4008
Hunter Lab66.54507.396928.7408
CIE-Lab72.416911.944138.7084

#dca86b color RGB value is (220,168,107).

#dca86b hex color red value is 220, green value is 168 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dca86b hue: 0.09 , saturation: 0.62 and the lightness value of dca86b is 0.64.

The process color (four color CMYK) of #dca86b color hex is 0.00, 0.24, 0.51, 0.14. Web safe color of #dca86b is #cc9966. Color #dca86b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 01101011
Octal 334 250 153
Decimal 220 168 107
Hex DC A8 6B

RGB Percentages of Color #dca86b

%44.44
%33.94
%21.62

CMYK Percentages of Color #dca86b

%0
%24
%51
%14

Triadic Colors of #dca86b

#dca86b #6bdca8 #a86bdc

Analogous Colors of #dca86b

#dca86b #d8dc6b #dc706b

Monochromatic Colors of #dca86b

#dca86b

Complementary Color

#dca86b #6b9fdc

#dca86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca86b Color CSS Codes

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

#dca86b Text Font Color

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

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


#dca86b Background Color

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

This div background color is #dca86b


#dca86b Border Color

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

This div border color is #dca86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca86b


Comments

No comments written yet.

Please login to write comment.