Color Hex Logo

#dcc387 Color Hex

#DCC387
(220,195,135)
0 Favorites   0 Comments

Color spaces of #dcc387

RGB 220195135
HSL0.120.550.70
HSV42°39°86°
CMYK 0.000.110.39   0.14
XYZ53.403555.995130.9151
Yxy55.99510.38060.3991
Hunter Lab74.8299-3.563027.8859
CIE-Lab79.61100.468833.3947

#dcc387 color RGB value is (220,195,135).

#dcc387 hex color red value is 220, green value is 195 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dcc387 hue: 0.12 , saturation: 0.55 and the lightness value of dcc387 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10000111
Octal 334 303 207
Decimal 220 195 135
Hex DC C3 87

RGB Percentages of Color #dcc387

%40.00
%35.45
%24.55

CMYK Percentages of Color #dcc387

%0
%11
%39
%14

Triadic Colors of #dcc387

#dcc387 #87dcc3 #c387dc

Analogous Colors of #dcc387

#dcc387 #cbdc87 #dc9987

Monochromatic Colors of #dcc387

#dcc387

Complementary Color

#dcc387 #87a0dc

#dcc387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc387 Color CSS Codes

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

#dcc387 Text Font Color

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

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


#dcc387 Background Color

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

This div background color is #dcc387


#dcc387 Border Color

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

This div border color is #dcc387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc387


Comments

No comments written yet.

Please login to write comment.