Color Hex Logo

#dcbf87 Color Hex

#DCBF87
(220,191,135)
0 Favorites   0 Comments

Color spaces of #dcbf87

RGB 220191135
HSL0.110.550.70
HSV40°39°86°
CMYK 0.000.130.39   0.14
XYZ52.519254.226530.6204
Yxy54.22650.38230.3948
Hunter Lab73.6386-1.561126.8931
CIE-Lab78.59362.564232.0596

#dcbf87 color RGB value is (220,191,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 10000111
Octal 334 277 207
Decimal 220 191 135
Hex DC BF 87

RGB Percentages of Color #dcbf87

%40.29
%34.98
%24.73

CMYK Percentages of Color #dcbf87

%0
%13
%39
%14

Triadic Colors of #dcbf87

#dcbf87 #87dcbf #bf87dc

Analogous Colors of #dcbf87

#dcbf87 #cfdc87 #dc9587

Monochromatic Colors of #dcbf87

#dcbf87

Complementary Color

#dcbf87 #87a4dc

#dcbf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf87 Color CSS Codes

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

#dcbf87 Text Font Color

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

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


#dcbf87 Background Color

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

This div background color is #dcbf87


#dcbf87 Border Color

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

This div border color is #dcbf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf87


Comments

No comments written yet.

Please login to write comment.