Shades of Tumbleweed #DB9F86
Tints of Tumbleweed #DB9F86
RGB
CMYK
RGB Variations
Color information
#DB9F86 (or 0xDB9F86) is known color: Tumbleweed. HEX triplet: DB, 9F and 86. RGB value is (219,159,134). Sum of RGB (Red+Green+Blue) = 219+159+134=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F86 is #246079. Grayscale: #AEAEAE. Windows color (decimal): -2383994 or 8822747. OLE color: 8822747.
HSL color Cylindrical-coordinate representation of color #DB9F86: hue angle of 17.65º 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 #DB9F86 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 134 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.14 |
| HSL | 17.65º | 0.54% | 0.69% | - |
| HSV(B) | 17.65º | 0.39% | 0.86% | - |
| XYZ | 45.91 | 41.58 | 28.16 | - |
| YUV | 174.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 134 | 0 | 0.27 | 0.39 | 0.14 | 17.65 | 0.54 | 0.69 |
| Hex | DB | 9F | 86 | 0 | 1B | 27 | E | 12 | 36 | 45 |
| Octal | 333 | 237 | 206 | 0 | 33 | 47 | 16 | 22 | 66 | 105 |
| Binary | 11011011 | 10011111 | 10000110 | 0 | 11011 | 100111 | 1110 | 10010 | 110110 | 1000101 |
Color Harmonies of #DB9F86
Complementary color
Monochromatic Colors of #DB9F86
Black with #DB9F86
Text Example
Text Example
White with #DB9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F86; }
p { color: rgb(219,159,134); }
H1.HeaderClassName
{
color: #DB9F86;
}
.AnyTagClassName
{
color: #DB9F86;
}
</style>
background-color css
<style>
a { background-color: #DB9F86; }
a { background-color: rgb(219,159,134); }
div.DivClassName
{
background-color: #DB9F86;
}
.BgClassName
{
background-color: #DB9F86;
}
</style>
border-color css
<style>
span { border-color: #DB9F86; }
span { border-color: rgb(219,159,134); }
td.TdClassName
{
border-color: #DB9F86;
}
.TagClassName
{
border-color: #DB9F86;
}
</style>