Shades of Tumbleweed #DBA072
Tints of Tumbleweed #DBA072
RGB
CMYK
RGB Variations
Color information
#DBA072 (or 0xDBA072) is known color: Tumbleweed. HEX triplet: DB, A0 and 72. RGB value is (219,160,114). Sum of RGB (Red+Green+Blue) = 219+160+114=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA072 is #245F8D. Grayscale: #ACACAC. Windows color (decimal): -2383758 or 7512283. OLE color: 7512283.
HSL color Cylindrical-coordinate representation of color #DBA072: hue angle of 26.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBA072 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 114 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.14 |
| HSL | 26.29º | 0.59% | 0.65% | - |
| HSV(B) | 26.29º | 0.48% | 0.86% | - |
| XYZ | 44.82 | 41.42 | 21.55 | - |
| YUV | 172.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 114 | 0 | 0.27 | 0.48 | 0.14 | 26.29 | 0.59 | 0.65 |
| Hex | DB | A0 | 72 | 0 | 1B | 30 | E | 1A | 3B | 41 |
| Octal | 333 | 240 | 162 | 0 | 33 | 60 | 16 | 32 | 73 | 101 |
| Binary | 11011011 | 10100000 | 1110010 | 0 | 11011 | 110000 | 1110 | 11010 | 111011 | 1000001 |
Color Harmonies of #DBA072
Complementary color
Monochromatic Colors of #DBA072
Black with #DBA072
Text Example
Text Example
White with #DBA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA072; }
p { color: rgb(219,160,114); }
H1.HeaderClassName
{
color: #DBA072;
}
.AnyTagClassName
{
color: #DBA072;
}
</style>
background-color css
<style>
a { background-color: #DBA072; }
a { background-color: rgb(219,160,114); }
div.DivClassName
{
background-color: #DBA072;
}
.BgClassName
{
background-color: #DBA072;
}
</style>
border-color css
<style>
span { border-color: #DBA072; }
span { border-color: rgb(219,160,114); }
td.TdClassName
{
border-color: #DBA072;
}
.TagClassName
{
border-color: #DBA072;
}
</style>