Color Hex Logo

#dbbd87 Color Hex

#DBBD87
(219,189,135)
0 Favorites   0 Comments

Color spaces of #dbbd87

RGB 219189135
HSL0.110.540.69
HSV39°38°86°
CMYK 0.000.140.38   0.14
XYZ51.784253.204530.4619
Yxy53.20450.38230.3928
Hunter Lab72.9414-0.922826.2982
CIE-Lab77.99563.218931.2550

#dbbd87 color RGB value is (219,189,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10000111
Octal 333 275 207
Decimal 219 189 135
Hex DB BD 87

RGB Percentages of Color #dbbd87

%40.33
%34.81
%24.86

CMYK Percentages of Color #dbbd87

%0
%14
%38
%14

Triadic Colors of #dbbd87

#dbbd87 #87dbbd #bd87db

Analogous Colors of #dbbd87

#dbbd87 #cfdb87 #db9387

Monochromatic Colors of #dbbd87

#dbbd87

Complementary Color

#dbbd87 #87a5db

#dbbd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd87 Color CSS Codes

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

#dbbd87 Text Font Color

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

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


#dbbd87 Background Color

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

This div background color is #dbbd87


#dbbd87 Border Color

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

This div border color is #dbbd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd87


Comments

No comments written yet.

Please login to write comment.