Color Hex Logo

#dbb09a Color Hex

#DBB09A
(219,176,154)
0 Favorites   0 Comments

Color spaces of #dbb09a

RGB 219176154
HSL0.060.470.73
HSV20°30°86°
CMYK 0.000.200.30   0.14
XYZ50.571548.443837.2570
Yxy48.44380.37110.3555
Hunter Lab69.60167.892716.9838
CIE-Lab75.104012.469717.1882

#dbb09a color RGB value is (219,176,154).

#dbb09a hex color red value is 219, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dbb09a hue: 0.06 , saturation: 0.47 and the lightness value of dbb09a is 0.73.

The process color (four color CMYK) of #dbb09a color hex is 0.00, 0.20, 0.30, 0.14. Web safe color of #dbb09a is #cc9999. Color #dbb09a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 10011010
Octal 333 260 232
Decimal 219 176 154
Hex DB B0 9A

RGB Percentages of Color #dbb09a

%39.89
%32.06
%28.05

CMYK Percentages of Color #dbb09a

%0
%20
%30
%14

Triadic Colors of #dbb09a

#dbb09a #9adbb0 #b09adb

Analogous Colors of #dbb09a

#dbb09a #dbd19a #db9aa5

Monochromatic Colors of #dbb09a

#dbb09a

Complementary Color

#dbb09a #9ac5db

#dbb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb09a Color CSS Codes

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

#dbb09a Text Font Color

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

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


#dbb09a Background Color

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

This div background color is #dbb09a


#dbb09a Border Color

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

This div border color is #dbb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb09a


Comments

No comments written yet.

Please login to write comment.