Shades of Tumbleweed #DB9F70
Tints of Tumbleweed #DB9F70
RGB
CMYK
RGB Variations
Color information
#DB9F70 (or 0xDB9F70) is known color: Tumbleweed. HEX triplet: DB, 9F and 70. RGB value is (219,159,112). Sum of RGB (Red+Green+Blue) = 219+159+112=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F70 is #24608F. Grayscale: #ABABAB. Windows color (decimal): -2384016 or 7380955. OLE color: 7380955.
HSL color Cylindrical-coordinate representation of color #DB9F70: hue angle of 26.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB9F70 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 112 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.14 |
| HSL | 26.36º | 0.6% | 0.65% | - |
| HSV(B) | 26.36º | 0.49% | 0.86% | - |
| XYZ | 44.54 | 41.03 | 20.9 | - |
| YUV | 171.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 112 | 0 | 0.27 | 0.49 | 0.14 | 26.36 | 0.6 | 0.65 |
| Hex | DB | 9F | 70 | 0 | 1B | 31 | E | 1A | 3C | 41 |
| Octal | 333 | 237 | 160 | 0 | 33 | 61 | 16 | 32 | 74 | 101 |
| Binary | 11011011 | 10011111 | 1110000 | 0 | 11011 | 110001 | 1110 | 11010 | 111100 | 1000001 |
Color Harmonies of #DB9F70
Complementary color
Monochromatic Colors of #DB9F70
Black with #DB9F70
Text Example
Text Example
White with #DB9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F70; }
p { color: rgb(219,159,112); }
H1.HeaderClassName
{
color: #DB9F70;
}
.AnyTagClassName
{
color: #DB9F70;
}
</style>
background-color css
<style>
a { background-color: #DB9F70; }
a { background-color: rgb(219,159,112); }
div.DivClassName
{
background-color: #DB9F70;
}
.BgClassName
{
background-color: #DB9F70;
}
</style>
border-color css
<style>
span { border-color: #DB9F70; }
span { border-color: rgb(219,159,112); }
td.TdClassName
{
border-color: #DB9F70;
}
.TagClassName
{
border-color: #DB9F70;
}
</style>