Color Hex Logo

#dcb787 Color Hex

#DCB787
(220,183,135)
0 Favorites   0 Comments

Color spaces of #dcb787

RGB 220183135
HSL0.090.550.70
HSV34°39°86°
CMYK 0.000.170.39   0.14
XYZ50.821950.831930.0546
Yxy50.83190.38590.3859
Hunter Lab71.29652.470324.9142
CIE-Lab76.57716.787829.3949

#dcb787 color RGB value is (220,183,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10000111
Octal 334 267 207
Decimal 220 183 135
Hex DC B7 87

RGB Percentages of Color #dcb787

%40.89
%34.01
%25.09

CMYK Percentages of Color #dcb787

%0
%17
%39
%14

Triadic Colors of #dcb787

#dcb787 #87dcb7 #b787dc

Analogous Colors of #dcb787

#dcb787 #d7dc87 #dc8d87

Monochromatic Colors of #dcb787

#dcb787

Complementary Color

#dcb787 #87acdc

#dcb787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb787 Color CSS Codes

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

#dcb787 Text Font Color

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

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


#dcb787 Background Color

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

This div background color is #dcb787


#dcb787 Border Color

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

This div border color is #dcb787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb787


Comments

No comments written yet.

Please login to write comment.