Color Hex Logo

#dbbf87 Color Hex

#DBBF87
(219,191,135)
0 Favorites   0 Comments

Color spaces of #dbbf87

RGB 219191135
HSL0.110.540.69
HSV40°38°86°
CMYK 0.000.130.38   0.14
XYZ52.217454.070930.6063
Yxy54.07090.38140.3950
Hunter Lab73.5329-1.925726.7950
CIE-Lab78.50312.167131.9235

#dbbf87 color RGB value is (219,191,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 10000111
Octal 333 277 207
Decimal 219 191 135
Hex DB BF 87

RGB Percentages of Color #dbbf87

%40.18
%35.05
%24.77

CMYK Percentages of Color #dbbf87

%0
%13
%38
%14

Triadic Colors of #dbbf87

#dbbf87 #87dbbf #bf87db

Analogous Colors of #dbbf87

#dbbf87 #cddb87 #db9587

Monochromatic Colors of #dbbf87

#dbbf87

Complementary Color

#dbbf87 #87a3db

#dbbf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf87 Color CSS Codes

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

#dbbf87 Text Font Color

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

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


#dbbf87 Background Color

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

This div background color is #dbbf87


#dbbf87 Border Color

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

This div border color is #dbbf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf87


Comments

No comments written yet.

Please login to write comment.