Color Hex Logo

#dbb59f Color Hex

#DBB59F
(219,181,159)
0 Favorites   0 Comments

Color spaces of #dbb59f

RGB 219181159
HSL0.060.450.74
HSV22°27°86°
CMYK 0.000.170.27   0.14
XYZ51.995350.611039.8293
Yxy50.61100.36500.3553
Hunter Lab71.14145.963316.6048
CIE-Lab76.442810.466216.3485

#dbb59f color RGB value is (219,181,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 10011111
Octal 333 265 237
Decimal 219 181 159
Hex DB B5 9F

RGB Percentages of Color #dbb59f

%39.18
%32.38
%28.44

CMYK Percentages of Color #dbb59f

%0
%17
%27
%14

Triadic Colors of #dbb59f

#dbb59f #9fdbb5 #b59fdb

Analogous Colors of #dbb59f

#dbb59f #dbd39f #db9fa7

Monochromatic Colors of #dbb59f

#dbb59f

Complementary Color

#dbb59f #9fc5db

#dbb59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb59f Color CSS Codes

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

#dbb59f Text Font Color

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

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


#dbb59f Background Color

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

This div background color is #dbb59f


#dbb59f Border Color

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

This div border color is #dbb59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb59f


Comments

No comments written yet.

Please login to write comment.