Color Hex Logo

#dcb387 Color Hex

#DCB387
(220,179,135)
0 Favorites   0 Comments

Color spaces of #dcb387

RGB 220179135
HSL0.090.550.70
HSV31°39°86°
CMYK 0.000.190.39   0.14
XYZ50.008549.205129.7835
Yxy49.20510.38770.3814
Hunter Lab70.14634.499523.9284
CIE-Lab75.57878.914228.0663

#dcb387 color RGB value is (220,179,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 10000111
Octal 334 263 207
Decimal 220 179 135
Hex DC B3 87

RGB Percentages of Color #dcb387

%41.20
%33.52
%25.28

CMYK Percentages of Color #dcb387

%0
%19
%39
%14

Triadic Colors of #dcb387

#dcb387 #87dcb3 #b387dc

Analogous Colors of #dcb387

#dcb387 #dbdc87 #dc8987

Monochromatic Colors of #dcb387

#dcb387

Complementary Color

#dcb387 #87b0dc

#dcb387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb387 Color CSS Codes

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

#dcb387 Text Font Color

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

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


#dcb387 Background Color

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

This div background color is #dcb387


#dcb387 Border Color

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

This div border color is #dcb387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb387


Comments

No comments written yet.

Please login to write comment.