Color Hex Logo

#dcbb87 Color Hex

#DCBB87
(220,187,135)
0 Favorites   0 Comments

Color spaces of #dcbb87

RGB 220187135
HSL0.100.550.70
HSV37°39°86°
CMYK 0.000.150.39   0.14
XYZ51.658752.505630.3336
Yxy52.50560.38410.3904
Hunter Lab72.46070.449925.9025
CIE-Lab77.58224.670630.7261

#dcbb87 color RGB value is (220,187,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10000111
Octal 334 273 207
Decimal 220 187 135
Hex DC BB 87

RGB Percentages of Color #dcbb87

%40.59
%34.50
%24.91

CMYK Percentages of Color #dcbb87

%0
%15
%39
%14

Triadic Colors of #dcbb87

#dcbb87 #87dcbb #bb87dc

Analogous Colors of #dcbb87

#dcbb87 #d3dc87 #dc9187

Monochromatic Colors of #dcbb87

#dcbb87

Complementary Color

#dcbb87 #87a8dc

#dcbb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb87 Color CSS Codes

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

#dcbb87 Text Font Color

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

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


#dcbb87 Background Color

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

This div background color is #dcbb87


#dcbb87 Border Color

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

This div border color is #dcbb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb87


Comments

No comments written yet.

Please login to write comment.