Shades of Tumbleweed #DB9F73
Tints of Tumbleweed #DB9F73
RGB
CMYK
RGB Variations
Color information
#DB9F73 (or 0xDB9F73) is known color: Tumbleweed. HEX triplet: DB, 9F and 73. RGB value is (219,159,115). Sum of RGB (Red+Green+Blue) = 219+159+115=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F73 is #24608C. Grayscale: #ACACAC. Windows color (decimal): -2384013 or 7577563. OLE color: 7577563.
HSL color Cylindrical-coordinate representation of color #DB9F73: hue angle of 25.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9F73 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 115 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.14 |
| HSL | 25.38º | 0.59% | 0.65% | - |
| HSV(B) | 25.38º | 0.47% | 0.86% | - |
| XYZ | 44.71 | 41.09 | 21.8 | - |
| YUV | 171.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 115 | 0 | 0.27 | 0.47 | 0.14 | 25.38 | 0.59 | 0.65 |
| Hex | DB | 9F | 73 | 0 | 1B | 2F | E | 19 | 3B | 41 |
| Octal | 333 | 237 | 163 | 0 | 33 | 57 | 16 | 31 | 73 | 101 |
| Binary | 11011011 | 10011111 | 1110011 | 0 | 11011 | 101111 | 1110 | 11001 | 111011 | 1000001 |
Color Harmonies of #DB9F73
Complementary color
Monochromatic Colors of #DB9F73
Black with #DB9F73
Text Example
Text Example
White with #DB9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F73; }
p { color: rgb(219,159,115); }
H1.HeaderClassName
{
color: #DB9F73;
}
.AnyTagClassName
{
color: #DB9F73;
}
</style>
background-color css
<style>
a { background-color: #DB9F73; }
a { background-color: rgb(219,159,115); }
div.DivClassName
{
background-color: #DB9F73;
}
.BgClassName
{
background-color: #DB9F73;
}
</style>
border-color css
<style>
span { border-color: #DB9F73; }
span { border-color: rgb(219,159,115); }
td.TdClassName
{
border-color: #DB9F73;
}
.TagClassName
{
border-color: #DB9F73;
}
</style>