Color Hex Logo

#dbbb9f Color Hex

#DBBB9F
(219,187,159)
0 Favorites   0 Comments

Color spaces of #dbbb9f

RGB 219187159
HSL0.080.450.74
HSV28°27°86°
CMYK 0.000.150.27   0.14
XYZ53.241753.103940.2448
Yxy53.10390.36320.3623
Hunter Lab72.87242.888118.2670
CIE-Lab77.93637.270418.4279

#dbbb9f color RGB value is (219,187,159).

#dbbb9f hex color red value is 219, green value is 187 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dbbb9f hue: 0.08 , saturation: 0.45 and the lightness value of dbbb9f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10011111
Octal 333 273 237
Decimal 219 187 159
Hex DB BB 9F

RGB Percentages of Color #dbbb9f

%38.76
%33.10
%28.14

CMYK Percentages of Color #dbbb9f

%0
%15
%27
%14

Triadic Colors of #dbbb9f

#dbbb9f #9fdbbb #bb9fdb

Analogous Colors of #dbbb9f

#dbbb9f #dbd99f #db9fa1

Monochromatic Colors of #dbbb9f

#dbbb9f

Complementary Color

#dbbb9f #9fbfdb

#dbbb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb9f Color CSS Codes

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

#dbbb9f Text Font Color

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

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


#dbbb9f Background Color

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

This div background color is #dbbb9f


#dbbb9f Border Color

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

This div border color is #dbbb9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,187,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbbb9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb9f


Comments

No comments written yet.

Please login to write comment.