Shades of Tumbleweed #DB9F85
Tints of Tumbleweed #DB9F85
RGB
CMYK
RGB Variations
Color information
#DB9F85 (or 0xDB9F85) is known color: Tumbleweed. HEX triplet: DB, 9F and 85. RGB value is (219,159,133). Sum of RGB (Red+Green+Blue) = 219+159+133=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F85 is #24607A. Grayscale: #AEAEAE. Windows color (decimal): -2383995 or 8757211. OLE color: 8757211.
HSL color Cylindrical-coordinate representation of color #DB9F85: hue angle of 18.14º 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 #DB9F85 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 133 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.14 |
| HSL | 18.14º | 0.54% | 0.69% | - |
| HSV(B) | 18.14º | 0.39% | 0.86% | - |
| XYZ | 45.85 | 41.55 | 27.79 | - |
| YUV | 173.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 133 | 0 | 0.27 | 0.39 | 0.14 | 18.14 | 0.54 | 0.69 |
| Hex | DB | 9F | 85 | 0 | 1B | 27 | E | 12 | 36 | 45 |
| Octal | 333 | 237 | 205 | 0 | 33 | 47 | 16 | 22 | 66 | 105 |
| Binary | 11011011 | 10011111 | 10000101 | 0 | 11011 | 100111 | 1110 | 10010 | 110110 | 1000101 |
Color Harmonies of #DB9F85
Complementary color
Monochromatic Colors of #DB9F85
Black with #DB9F85
Text Example
Text Example
White with #DB9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F85; }
p { color: rgb(219,159,133); }
H1.HeaderClassName
{
color: #DB9F85;
}
.AnyTagClassName
{
color: #DB9F85;
}
</style>
background-color css
<style>
a { background-color: #DB9F85; }
a { background-color: rgb(219,159,133); }
div.DivClassName
{
background-color: #DB9F85;
}
.BgClassName
{
background-color: #DB9F85;
}
</style>
border-color css
<style>
span { border-color: #DB9F85; }
span { border-color: rgb(219,159,133); }
td.TdClassName
{
border-color: #DB9F85;
}
.TagClassName
{
border-color: #DB9F85;
}
</style>