Shades of Tumbleweed #DB9F80
Tints of Tumbleweed #DB9F80
RGB
CMYK
RGB Variations
Color information
#DB9F80 (or 0xDB9F80) is known color: Tumbleweed. HEX triplet: DB, 9F and 80. RGB value is (219,159,128). Sum of RGB (Red+Green+Blue) = 219+159+128=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F80 is #24607F. Grayscale: #ADADAD. Windows color (decimal): -2384000 or 8429531. OLE color: 8429531.
HSL color Cylindrical-coordinate representation of color #DB9F80: hue angle of 20.44º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB9F80 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 128 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.14 |
| HSL | 20.44º | 0.56% | 0.68% | - |
| HSV(B) | 20.44º | 0.42% | 0.86% | - |
| XYZ | 45.51 | 41.41 | 26.02 | - |
| YUV | 173.41 | 102.38 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 128 | 0 | 0.27 | 0.42 | 0.14 | 20.44 | 0.56 | 0.68 |
| Hex | DB | 9F | 80 | 0 | 1B | 2A | E | 14 | 38 | 44 |
| Octal | 333 | 237 | 200 | 0 | 33 | 52 | 16 | 24 | 70 | 104 |
| Binary | 11011011 | 10011111 | 10000000 | 0 | 11011 | 101010 | 1110 | 10100 | 111000 | 1000100 |
Color Harmonies of #DB9F80
Complementary color
Monochromatic Colors of #DB9F80
Black with #DB9F80
Text Example
Text Example
White with #DB9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F80; }
p { color: rgb(219,159,128); }
H1.HeaderClassName
{
color: #DB9F80;
}
.AnyTagClassName
{
color: #DB9F80;
}
</style>
background-color css
<style>
a { background-color: #DB9F80; }
a { background-color: rgb(219,159,128); }
div.DivClassName
{
background-color: #DB9F80;
}
.BgClassName
{
background-color: #DB9F80;
}
</style>
border-color css
<style>
span { border-color: #DB9F80; }
span { border-color: rgb(219,159,128); }
td.TdClassName
{
border-color: #DB9F80;
}
.TagClassName
{
border-color: #DB9F80;
}
</style>