Color Hex Logo

#dbcc87 Color Hex

#DBCC87
(219,204,135)
0 Favorites   0 Comments

Color spaces of #dbcc87

RGB 219204135
HSL0.140.540.69
HSV49°38°86°
CMYK 0.000.070.38   0.14
XYZ55.179559.995131.5936
Yxy59.99510.37600.4088
Hunter Lab77.4565-8.386730.0359
CIE-Lab81.8355-4.595636.2753

#dbcc87 color RGB value is (219,204,135).

#dbcc87 hex color red value is 219, green value is 204 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dbcc87 hue: 0.14 , saturation: 0.54 and the lightness value of dbcc87 is 0.69.

The process color (four color CMYK) of #dbcc87 color hex is 0.00, 0.07, 0.38, 0.14. Web safe color of #dbcc87 is #cccc99. Color #dbcc87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10000111
Octal 333 314 207
Decimal 219 204 135
Hex DB CC 87

RGB Percentages of Color #dbcc87

%39.25
%36.56
%24.19

CMYK Percentages of Color #dbcc87

%0
%7
%38
%14

Triadic Colors of #dbcc87

#dbcc87 #87dbcc #cc87db

Analogous Colors of #dbcc87

#dbcc87 #c0db87 #dba287

Monochromatic Colors of #dbcc87

#dbcc87

Complementary Color

#dbcc87 #8796db

#dbcc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc87 Color CSS Codes

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

#dbcc87 Text Font Color

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

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


#dbcc87 Background Color

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

This div background color is #dbcc87


#dbcc87 Border Color

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

This div border color is #dbcc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc87


Comments

No comments written yet.

Please login to write comment.