Shades of Tumbleweed #DB9E84
Tints of Tumbleweed #DB9E84
RGB
CMYK
RGB Variations
Color information
#DB9E84 (or 0xDB9E84) is known color: Tumbleweed. HEX triplet: DB, 9E and 84. RGB value is (219,158,132). Sum of RGB (Red+Green+Blue) = 219+158+132=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E84 is #24617B. Grayscale: #ADADAD. Windows color (decimal): -2384252 or 8691419. OLE color: 8691419.
HSL color Cylindrical-coordinate representation of color #DB9E84: hue angle of 17.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB9E84 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 132 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.14 |
| HSL | 17.93º | 0.55% | 0.69% | - |
| HSV(B) | 17.93º | 0.4% | 0.86% | - |
| XYZ | 45.61 | 41.18 | 27.37 | - |
| YUV | 173.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 132 | 0 | 0.28 | 0.40 | 0.14 | 17.93 | 0.55 | 0.69 |
| Hex | DB | 9E | 84 | 0 | 1C | 28 | E | 12 | 37 | 45 |
| Octal | 333 | 236 | 204 | 0 | 34 | 50 | 16 | 22 | 67 | 105 |
| Binary | 11011011 | 10011110 | 10000100 | 0 | 11100 | 101000 | 1110 | 10010 | 110111 | 1000101 |
Color Harmonies of #DB9E84
Complementary color
Monochromatic Colors of #DB9E84
Black with #DB9E84
Text Example
Text Example
White with #DB9E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E84; }
p { color: rgb(219,158,132); }
H1.HeaderClassName
{
color: #DB9E84;
}
.AnyTagClassName
{
color: #DB9E84;
}
</style>
background-color css
<style>
a { background-color: #DB9E84; }
a { background-color: rgb(219,158,132); }
div.DivClassName
{
background-color: #DB9E84;
}
.BgClassName
{
background-color: #DB9E84;
}
</style>
border-color css
<style>
span { border-color: #DB9E84; }
span { border-color: rgb(219,158,132); }
td.TdClassName
{
border-color: #DB9E84;
}
.TagClassName
{
border-color: #DB9E84;
}
</style>