Color Hex Logo

#dbb19e Color Hex

#DBB19E
(219,177,158)
0 Favorites   0 Comments

Color spaces of #dbb19e

RGB 219177158
HSL0.050.460.74
HSV19°28°86°
CMYK 0.000.190.28   0.14
XYZ51.107148.973039.1068
Yxy48.97300.36720.3519
Hunter Lab69.98077.892815.8539
CIE-Lab75.434512.470315.4803

#dbb19e color RGB value is (219,177,158).

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

The process color (four color CMYK) of #dbb19e color hex is 0.00, 0.19, 0.28, 0.14. Web safe color of #dbb19e is #cc9999. Color #dbb19e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 10011110
Octal 333 261 236
Decimal 219 177 158
Hex DB B1 9E

RGB Percentages of Color #dbb19e

%39.53
%31.95
%28.52

CMYK Percentages of Color #dbb19e

%0
%19
%28
%14

Triadic Colors of #dbb19e

#dbb19e #9edbb1 #b19edb

Analogous Colors of #dbb19e

#dbb19e #dbd09e #db9eaa

Monochromatic Colors of #dbb19e

#dbb19e

Complementary Color

#dbb19e #9ec8db

#dbb19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb19e Color CSS Codes

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

#dbb19e Text Font Color

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

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


#dbb19e Background Color

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

This div background color is #dbb19e


#dbb19e Border Color

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

This div border color is #dbb19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb19e


Comments

No comments written yet.

Please login to write comment.