Shades of Tumbleweed #DB9F77
Tints of Tumbleweed #DB9F77
RGB
CMYK
RGB Variations
Color information
#DB9F77 (or 0xDB9F77) is known color: Tumbleweed. HEX triplet: DB, 9F and 77. RGB value is (219,159,119). Sum of RGB (Red+Green+Blue) = 219+159+119=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F77 is #246088. Grayscale: #ACACAC. Windows color (decimal): -2384009 or 7839707. OLE color: 7839707.
HSL color Cylindrical-coordinate representation of color #DB9F77: hue angle of 24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB9F77 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 119 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.14 |
| HSL | 24º | 0.58% | 0.66% | - |
| HSV(B) | 24º | 0.46% | 0.86% | - |
| XYZ | 44.94 | 41.19 | 23.03 | - |
| YUV | 172.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 119 | 0 | 0.27 | 0.46 | 0.14 | 24 | 0.58 | 0.66 |
| Hex | DB | 9F | 77 | 0 | 1B | 2E | E | 18 | 3A | 42 |
| Octal | 333 | 237 | 167 | 0 | 33 | 56 | 16 | 30 | 72 | 102 |
| Binary | 11011011 | 10011111 | 1110111 | 0 | 11011 | 101110 | 1110 | 11000 | 111010 | 1000010 |
Color Harmonies of #DB9F77
Complementary color
Monochromatic Colors of #DB9F77
Black with #DB9F77
Text Example
Text Example
White with #DB9F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F77; }
p { color: rgb(219,159,119); }
H1.HeaderClassName
{
color: #DB9F77;
}
.AnyTagClassName
{
color: #DB9F77;
}
</style>
background-color css
<style>
a { background-color: #DB9F77; }
a { background-color: rgb(219,159,119); }
div.DivClassName
{
background-color: #DB9F77;
}
.BgClassName
{
background-color: #DB9F77;
}
</style>
border-color css
<style>
span { border-color: #DB9F77; }
span { border-color: rgb(219,159,119); }
td.TdClassName
{
border-color: #DB9F77;
}
.TagClassName
{
border-color: #DB9F77;
}
</style>