Shades of Tumbleweed #DBA075
Tints of Tumbleweed #DBA075
RGB
CMYK
RGB Variations
Color information
#DBA075 (or 0xDBA075) is known color: Tumbleweed. HEX triplet: DB, A0 and 75. RGB value is (219,160,117). Sum of RGB (Red+Green+Blue) = 219+160+117=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA075 is #245F8A. Grayscale: #ACACAC. Windows color (decimal): -2383755 or 7708891. OLE color: 7708891.
HSL color Cylindrical-coordinate representation of color #DBA075: hue angle of 25.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBA075 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 117 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.14 |
| HSL | 25.29º | 0.59% | 0.66% | - |
| HSV(B) | 25.29º | 0.47% | 0.86% | - |
| XYZ | 45 | 41.49 | 22.47 | - |
| YUV | 172.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 117 | 0 | 0.27 | 0.47 | 0.14 | 25.29 | 0.59 | 0.66 |
| Hex | DB | A0 | 75 | 0 | 1B | 2F | E | 19 | 3B | 42 |
| Octal | 333 | 240 | 165 | 0 | 33 | 57 | 16 | 31 | 73 | 102 |
| Binary | 11011011 | 10100000 | 1110101 | 0 | 11011 | 101111 | 1110 | 11001 | 111011 | 1000010 |
Color Harmonies of #DBA075
Complementary color
Monochromatic Colors of #DBA075
Black with #DBA075
Text Example
Text Example
White with #DBA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA075; }
p { color: rgb(219,160,117); }
H1.HeaderClassName
{
color: #DBA075;
}
.AnyTagClassName
{
color: #DBA075;
}
</style>
background-color css
<style>
a { background-color: #DBA075; }
a { background-color: rgb(219,160,117); }
div.DivClassName
{
background-color: #DBA075;
}
.BgClassName
{
background-color: #DBA075;
}
</style>
border-color css
<style>
span { border-color: #DBA075; }
span { border-color: rgb(219,160,117); }
td.TdClassName
{
border-color: #DBA075;
}
.TagClassName
{
border-color: #DBA075;
}
</style>