Color Hex Logo

#dbb59e Color Hex

#DBB59E
(219,181,158)
0 Favorites   0 Comments

Color spaces of #dbb59e

RGB 219181158
HSL0.060.460.74
HSV23°28°86°
CMYK 0.000.170.28   0.14
XYZ51.908850.576439.3741
Yxy50.57640.36590.3565
Hunter Lab71.11715.833316.9559
CIE-Lab76.421710.330216.8591

#dbb59e color RGB value is (219,181,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 10011110
Octal 333 265 236
Decimal 219 181 158
Hex DB B5 9E

RGB Percentages of Color #dbb59e

%39.25
%32.44
%28.32

CMYK Percentages of Color #dbb59e

%0
%17
%28
%14

Triadic Colors of #dbb59e

#dbb59e #9edbb5 #b59edb

Analogous Colors of #dbb59e

#dbb59e #dbd49e #db9ea6

Monochromatic Colors of #dbb59e

#dbb59e

Complementary Color

#dbb59e #9ec4db

#dbb59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb59e Color CSS Codes

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

#dbb59e Text Font Color

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

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


#dbb59e Background Color

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

This div background color is #dbb59e


#dbb59e Border Color

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

This div border color is #dbb59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb59e


Comments

No comments written yet.

Please login to write comment.