Color Hex Logo

#dbbb9a Color Hex

#DBBB9A
(219,187,154)
0 Favorites   0 Comments

Color spaces of #dbbb9a

RGB 219187154
HSL0.080.470.73
HSV30°30°86°
CMYK 0.000.150.30   0.14
XYZ52.816552.933838.0054
Yxy52.93380.36740.3682
Hunter Lab72.75562.258719.9576
CIE-Lab77.83596.603020.9680

#dbbb9a color RGB value is (219,187,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10011010
Octal 333 273 232
Decimal 219 187 154
Hex DB BB 9A

RGB Percentages of Color #dbbb9a

%39.11
%33.39
%27.50

CMYK Percentages of Color #dbbb9a

%0
%15
%30
%14

Triadic Colors of #dbbb9a

#dbbb9a #9adbbb #bb9adb

Analogous Colors of #dbbb9a

#dbbb9a #dbdb9a #db9b9a

Monochromatic Colors of #dbbb9a

#dbbb9a

Complementary Color

#dbbb9a #9abadb

#dbbb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbb9a Color CSS Codes

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

#dbbb9a Text Font Color

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

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


#dbbb9a Background Color

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

This div background color is #dbbb9a


#dbbb9a Border Color

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

This div border color is #dbbb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbb9a

#dbbb9a Color Palettes


Comments

No comments written yet.

Please login to write comment.