Shades of Tumbleweed #DB9E85
Tints of Tumbleweed #DB9E85
RGB
CMYK
RGB Variations
Color information
#DB9E85 (or 0xDB9E85) is known color: Tumbleweed. HEX triplet: DB, 9E and 85. RGB value is (219,158,133). Sum of RGB (Red+Green+Blue) = 219+158+133=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E85 is #24617A. Grayscale: #ADADAD. Windows color (decimal): -2384251 or 8756955. OLE color: 8756955.
HSL color Cylindrical-coordinate representation of color #DB9E85: hue angle of 17.44º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9E85 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 133 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.14 |
| HSL | 17.44º | 0.54% | 0.69% | - |
| HSV(B) | 17.44º | 0.39% | 0.86% | - |
| XYZ | 45.67 | 41.21 | 27.74 | - |
| YUV | 173.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 133 | 0 | 0.28 | 0.39 | 0.14 | 17.44 | 0.54 | 0.69 |
| Hex | DB | 9E | 85 | 0 | 1C | 27 | E | 11 | 36 | 45 |
| Octal | 333 | 236 | 205 | 0 | 34 | 47 | 16 | 21 | 66 | 105 |
| Binary | 11011011 | 10011110 | 10000101 | 0 | 11100 | 100111 | 1110 | 10001 | 110110 | 1000101 |
Color Harmonies of #DB9E85
Complementary color
Monochromatic Colors of #DB9E85
Black with #DB9E85
Text Example
Text Example
White with #DB9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E85; }
p { color: rgb(219,158,133); }
H1.HeaderClassName
{
color: #DB9E85;
}
.AnyTagClassName
{
color: #DB9E85;
}
</style>
background-color css
<style>
a { background-color: #DB9E85; }
a { background-color: rgb(219,158,133); }
div.DivClassName
{
background-color: #DB9E85;
}
.BgClassName
{
background-color: #DB9E85;
}
</style>
border-color css
<style>
span { border-color: #DB9E85; }
span { border-color: rgb(219,158,133); }
td.TdClassName
{
border-color: #DB9E85;
}
.TagClassName
{
border-color: #DB9E85;
}
</style>