Shades of Tumbleweed #DBAA80
Tints of Tumbleweed #DBAA80
RGB
CMYK
RGB Variations
Color information
#DBAA80 (or 0xDBAA80) is known color: Tumbleweed. HEX triplet: DB, AA and 80. RGB value is (219,170,128). Sum of RGB (Red+Green+Blue) = 219+170+128=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA80 is #24557F. Grayscale: #B4B4B4. Windows color (decimal): -2381184 or 8432347. OLE color: 8432347.
HSL color Cylindrical-coordinate representation of color #DBAA80: hue angle of 27.69º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBAA80 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 128 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.14 |
| HSL | 27.69º | 0.56% | 0.68% | - |
| HSV(B) | 27.69º | 0.42% | 0.86% | - |
| XYZ | 47.48 | 45.37 | 26.68 | - |
| YUV | 179.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 128 | 0 | 0.22 | 0.42 | 0.14 | 27.69 | 0.56 | 0.68 |
| Hex | DB | AA | 80 | 0 | 16 | 2A | E | 1C | 38 | 44 |
| Octal | 333 | 252 | 200 | 0 | 26 | 52 | 16 | 34 | 70 | 104 |
| Binary | 11011011 | 10101010 | 10000000 | 0 | 10110 | 101010 | 1110 | 11100 | 111000 | 1000100 |
Color Harmonies of #DBAA80
Complementary color
Monochromatic Colors of #DBAA80
Black with #DBAA80
Text Example
Text Example
White with #DBAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA80; }
p { color: rgb(219,170,128); }
H1.HeaderClassName
{
color: #DBAA80;
}
.AnyTagClassName
{
color: #DBAA80;
}
</style>
background-color css
<style>
a { background-color: #DBAA80; }
a { background-color: rgb(219,170,128); }
div.DivClassName
{
background-color: #DBAA80;
}
.BgClassName
{
background-color: #DBAA80;
}
</style>
border-color css
<style>
span { border-color: #DBAA80; }
span { border-color: rgb(219,170,128); }
td.TdClassName
{
border-color: #DBAA80;
}
.TagClassName
{
border-color: #DBAA80;
}
</style>