Color Hex Logo

#dcb187 Color Hex

#DCB187
(220,177,135)
0 Favorites   0 Comments

Color spaces of #dcb187

RGB 220177135
HSL0.080.550.70
HSV30°39°86°
CMYK 0.000.200.39   0.14
XYZ49.610548.409229.6508
Yxy48.40920.38860.3792
Hunter Lab69.57675.517123.4367
CIE-Lab75.08239.980427.4035

#dcb187 color RGB value is (220,177,135).

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

The process color (four color CMYK) of #dcb187 color hex is 0.00, 0.20, 0.39, 0.14. Web safe color of #dcb187 is #cc9999. Color #dcb187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 10000111
Octal 334 261 207
Decimal 220 177 135
Hex DC B1 87

RGB Percentages of Color #dcb187

%41.35
%33.27
%25.38

CMYK Percentages of Color #dcb187

%0
%20
%39
%14

Triadic Colors of #dcb187

#dcb187 #87dcb1 #b187dc

Analogous Colors of #dcb187

#dcb187 #dcdc87 #dc8788

Monochromatic Colors of #dcb187

#dcb187

Complementary Color

#dcb187 #87b2dc

#dcb187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb187 Color CSS Codes

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

#dcb187 Text Font Color

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

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


#dcb187 Background Color

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

This div background color is #dcb187


#dcb187 Border Color

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

This div border color is #dcb187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb187


Comments

No comments written yet.

Please login to write comment.