Color Hex Logo

#dcc687 Color Hex

#DCC687
(220,198,135)
0 Favorites   0 Comments

Color spaces of #dcc687

RGB 220198135
HSL0.120.550.70
HSV44°39°86°
CMYK 0.000.100.39   0.14
XYZ54.082557.353131.1415
Yxy57.35310.37930.4023
Hunter Lab75.7318-5.058228.6318
CIE-Lab80.3778-1.094934.3966

#dcc687 color RGB value is (220,198,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 10000111
Octal 334 306 207
Decimal 220 198 135
Hex DC C6 87

RGB Percentages of Color #dcc687

%39.78
%35.80
%24.41

CMYK Percentages of Color #dcc687

%0
%10
%39
%14

Triadic Colors of #dcc687

#dcc687 #87dcc6 #c687dc

Analogous Colors of #dcc687

#dcc687 #c8dc87 #dc9c87

Monochromatic Colors of #dcc687

#dcc687

Complementary Color

#dcc687 #879ddc

#dcc687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc687 Color CSS Codes

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

#dcc687 Text Font Color

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

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


#dcc687 Background Color

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

This div background color is #dcc687


#dcc687 Border Color

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

This div border color is #dcc687


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,198,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 #dcc687">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc687


Comments

No comments written yet.

Please login to write comment.