Color Hex Logo

#dcc786 Color Hex

#DCC786
(220,199,134)
0 Favorites   0 Comments

Color spaces of #dcc786

RGB 220199134
HSL0.130.550.69
HSV45°39°86°
CMYK 0.000.100.39   0.14
XYZ54.241757.783730.8488
Yxy57.78370.37960.4044
Hunter Lab76.0156-5.656829.1497
CIE-Lab80.6184-1.725835.2256

#dcc786 color RGB value is (220,199,134).

#dcc786 hex color red value is 220, green value is 199 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dcc786 hue: 0.13 , saturation: 0.55 and the lightness value of dcc786 is 0.69.

The process color (four color CMYK) of #dcc786 color hex is 0.00, 0.10, 0.39, 0.14. Web safe color of #dcc786 is #cccc99. Color #dcc786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10000110
Octal 334 307 206
Decimal 220 199 134
Hex DC C7 86

RGB Percentages of Color #dcc786

%39.78
%35.99
%24.23

CMYK Percentages of Color #dcc786

%0
%10
%39
%14

Triadic Colors of #dcc786

#dcc786 #86dcc7 #c786dc

Analogous Colors of #dcc786

#dcc786 #c6dc86 #dc9c86

Monochromatic Colors of #dcc786

#dcc786

Complementary Color

#dcc786 #869bdc

#dcc786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc786 Color CSS Codes

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

#dcc786 Text Font Color

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

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


#dcc786 Background Color

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

This div background color is #dcc786


#dcc786 Border Color

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

This div border color is #dcc786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc786


Comments

No comments written yet.

Please login to write comment.