Color Hex Logo

#dca86c Color Hex

#DCA86C
(220,168,108)
0 Favorites   0 Comments

Color spaces of #dca86c

RGB 220168108
HSL0.090.620.64
HSV32°51°86°
CMYK 0.000.240.51   0.14
XYZ46.224644.303620.3025
Yxy44.30360.41710.3997
Hunter Lab66.56097.481328.5080
CIE-Lab72.431012.033438.2075

#dca86c color RGB value is (220,168,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 01101100
Octal 334 250 154
Decimal 220 168 108
Hex DC A8 6C

RGB Percentages of Color #dca86c

%44.35
%33.87
%21.77

CMYK Percentages of Color #dca86c

%0
%24
%51
%14

Triadic Colors of #dca86c

#dca86c #6cdca8 #a86cdc

Analogous Colors of #dca86c

#dca86c #d8dc6c #dc706c

Monochromatic Colors of #dca86c

#dca86c

Complementary Color

#dca86c #6ca0dc

#dca86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca86c Color CSS Codes

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

#dca86c Text Font Color

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

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


#dca86c Background Color

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

This div background color is #dca86c


#dca86c Border Color

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

This div border color is #dca86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca86c


Comments

No comments written yet.

Please login to write comment.