Color Hex Logo

#dcc887 Color Hex

#DCC887
(220,200,135)
0 Favorites   0 Comments

Color spaces of #dcc887

RGB 220200135
HSL0.130.550.70
HSV46°39°86°
CMYK 0.000.090.39   0.14
XYZ54.542758.273531.2949
Yxy58.27350.37850.4044
Hunter Lab76.3371-6.052029.1296
CIE-Lab80.8906-2.133535.0648

#dcc887 color RGB value is (220,200,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10000111
Octal 334 310 207
Decimal 220 200 135
Hex DC C8 87

RGB Percentages of Color #dcc887

%39.64
%36.04
%24.32

CMYK Percentages of Color #dcc887

%0
%9
%39
%14

Triadic Colors of #dcc887

#dcc887 #87dcc8 #c887dc

Analogous Colors of #dcc887

#dcc887 #c6dc87 #dc9e87

Monochromatic Colors of #dcc887

#dcc887

Complementary Color

#dcc887 #879bdc

#dcc887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc887 Color CSS Codes

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

#dcc887 Text Font Color

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

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


#dcc887 Background Color

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

This div background color is #dcc887


#dcc887 Border Color

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

This div border color is #dcc887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc887


Comments

No comments written yet.

Please login to write comment.