Color Hex Logo

#dbbd9f Color Hex

#DBBD9F
(219,189,159)
0 Favorites   0 Comments

Color spaces of #dbbd9f

RGB 219189159
HSL0.080.450.74
HSV30°27°86°
CMYK 0.000.140.27   0.14
XYZ53.669053.958540.3873
Yxy53.95850.36260.3645
Hunter Lab73.45641.867518.8211
CIE-Lab78.43756.209619.1228

#dbbd9f color RGB value is (219,189,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10011111
Octal 333 275 237
Decimal 219 189 159
Hex DB BD 9F

RGB Percentages of Color #dbbd9f

%38.62
%33.33
%28.04

CMYK Percentages of Color #dbbd9f

%0
%14
%27
%14

Triadic Colors of #dbbd9f

#dbbd9f #9fdbbd #bd9fdb

Analogous Colors of #dbbd9f

#dbbd9f #dbdb9f #db9f9f

Monochromatic Colors of #dbbd9f

#dbbd9f

Complementary Color

#dbbd9f #9fbddb

#dbbd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd9f Color CSS Codes

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

#dbbd9f Text Font Color

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

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


#dbbd9f Background Color

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

This div background color is #dbbd9f


#dbbd9f Border Color

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

This div border color is #dbbd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd9f


Comments

No comments written yet.

Please login to write comment.