Shades of Tumbleweed #DBAA82
Tints of Tumbleweed #DBAA82
RGB
CMYK
RGB Variations
Color information
#DBAA82 (or 0xDBAA82) is known color: Tumbleweed. HEX triplet: DB, AA and 82. RGB value is (219,170,130). Sum of RGB (Red+Green+Blue) = 219+170+130=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA82 is #24557D. Grayscale: #B4B4B4. Windows color (decimal): -2381182 or 8563419. OLE color: 8563419.
HSL color Cylindrical-coordinate representation of color #DBAA82: hue angle of 26.97º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBAA82 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 130 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.14 |
| HSL | 26.97º | 0.55% | 0.68% | - |
| HSV(B) | 26.97º | 0.41% | 0.86% | - |
| XYZ | 47.62 | 45.42 | 27.38 | - |
| YUV | 180.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 130 | 0 | 0.22 | 0.41 | 0.14 | 26.97 | 0.55 | 0.68 |
| Hex | DB | AA | 82 | 0 | 16 | 29 | E | 1B | 37 | 44 |
| Octal | 333 | 252 | 202 | 0 | 26 | 51 | 16 | 33 | 67 | 104 |
| Binary | 11011011 | 10101010 | 10000010 | 0 | 10110 | 101001 | 1110 | 11011 | 110111 | 1000100 |
Color Harmonies of #DBAA82
Complementary color
Monochromatic Colors of #DBAA82
Black with #DBAA82
Text Example
Text Example
White with #DBAA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA82; }
p { color: rgb(219,170,130); }
H1.HeaderClassName
{
color: #DBAA82;
}
.AnyTagClassName
{
color: #DBAA82;
}
</style>
background-color css
<style>
a { background-color: #DBAA82; }
a { background-color: rgb(219,170,130); }
div.DivClassName
{
background-color: #DBAA82;
}
.BgClassName
{
background-color: #DBAA82;
}
</style>
border-color css
<style>
span { border-color: #DBAA82; }
span { border-color: rgb(219,170,130); }
td.TdClassName
{
border-color: #DBAA82;
}
.TagClassName
{
border-color: #DBAA82;
}
</style>