Shades of Tumbleweed #DBA070
Tints of Tumbleweed #DBA070
RGB
CMYK
RGB Variations
Color information
#DBA070 (or 0xDBA070) is known color: Tumbleweed. HEX triplet: DB, A0 and 70. RGB value is (219,160,112). Sum of RGB (Red+Green+Blue) = 219+160+112=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA070 is #245F8F. Grayscale: #ACACAC. Windows color (decimal): -2383760 or 7381211. OLE color: 7381211.
HSL color Cylindrical-coordinate representation of color #DBA070: hue angle of 26.92º 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 #DBA070 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 112 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.14 |
| HSL | 26.92º | 0.6% | 0.65% | - |
| HSV(B) | 26.92º | 0.49% | 0.86% | - |
| XYZ | 44.71 | 41.37 | 20.96 | - |
| YUV | 172.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 112 | 0 | 0.27 | 0.49 | 0.14 | 26.92 | 0.6 | 0.65 |
| Hex | DB | A0 | 70 | 0 | 1B | 31 | E | 1B | 3C | 41 |
| Octal | 333 | 240 | 160 | 0 | 33 | 61 | 16 | 33 | 74 | 101 |
| Binary | 11011011 | 10100000 | 1110000 | 0 | 11011 | 110001 | 1110 | 11011 | 111100 | 1000001 |
Color Harmonies of #DBA070
Complementary color
Monochromatic Colors of #DBA070
Black with #DBA070
Text Example
Text Example
White with #DBA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA070; }
p { color: rgb(219,160,112); }
H1.HeaderClassName
{
color: #DBA070;
}
.AnyTagClassName
{
color: #DBA070;
}
</style>
background-color css
<style>
a { background-color: #DBA070; }
a { background-color: rgb(219,160,112); }
div.DivClassName
{
background-color: #DBA070;
}
.BgClassName
{
background-color: #DBA070;
}
</style>
border-color css
<style>
span { border-color: #DBA070; }
span { border-color: rgb(219,160,112); }
td.TdClassName
{
border-color: #DBA070;
}
.TagClassName
{
border-color: #DBA070;
}
</style>