Color Hex Logo

#dcbc87 Color Hex

#DCBC87
(220,188,135)
0 Favorites   0 Comments

Color spaces of #dcbc87

RGB 220188135
HSL0.100.550.70
HSV37°39°86°
CMYK 0.000.150.39   0.14
XYZ51.871652.931430.4045
Yxy52.93140.38360.3915
Hunter Lab72.7540-0.053826.1500
CIE-Lab77.83454.143031.0594

#dcbc87 color RGB value is (220,188,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 10000111
Octal 334 274 207
Decimal 220 188 135
Hex DC BC 87

RGB Percentages of Color #dcbc87

%40.52
%34.62
%24.86

CMYK Percentages of Color #dcbc87

%0
%15
%39
%14

Triadic Colors of #dcbc87

#dcbc87 #87dcbc #bc87dc

Analogous Colors of #dcbc87

#dcbc87 #d2dc87 #dc9287

Monochromatic Colors of #dcbc87

#dcbc87

Complementary Color

#dcbc87 #87a7dc

#dcbc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc87 Color CSS Codes

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

#dcbc87 Text Font Color

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

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


#dcbc87 Background Color

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

This div background color is #dcbc87


#dcbc87 Border Color

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

This div border color is #dcbc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc87


Comments

No comments written yet.

Please login to write comment.