Shades of Tumbleweed #DBAA8C
Tints of Tumbleweed #DBAA8C
RGB
CMYK
RGB Variations
Color information
#DBAA8C (or 0xDBAA8C) is known color: Tumbleweed. HEX triplet: DB, AA and 8C. RGB value is (219,170,140). Sum of RGB (Red+Green+Blue) = 219+170+140=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA8C is #245573. Grayscale: #B5B5B5. Windows color (decimal): -2381172 or 9218779. OLE color: 9218779.
HSL color Cylindrical-coordinate representation of color #DBAA8C: hue angle of 22.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBAA8C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 140 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.14 |
| HSL | 22.78º | 0.52% | 0.7% | - |
| HSV(B) | 22.78º | 0.36% | 0.86% | - |
| XYZ | 48.32 | 45.7 | 31.09 | - |
| YUV | 181.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 140 | 0 | 0.22 | 0.36 | 0.14 | 22.78 | 0.52 | 0.7 |
| Hex | DB | AA | 8C | 0 | 16 | 24 | E | 17 | 34 | 46 |
| Octal | 333 | 252 | 214 | 0 | 26 | 44 | 16 | 27 | 64 | 106 |
| Binary | 11011011 | 10101010 | 10001100 | 0 | 10110 | 100100 | 1110 | 10111 | 110100 | 1000110 |
Color Harmonies of #DBAA8C
Complementary color
Monochromatic Colors of #DBAA8C
Black with #DBAA8C
Text Example
Text Example
White with #DBAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA8C; }
p { color: rgb(219,170,140); }
H1.HeaderClassName
{
color: #DBAA8C;
}
.AnyTagClassName
{
color: #DBAA8C;
}
</style>
background-color css
<style>
a { background-color: #DBAA8C; }
a { background-color: rgb(219,170,140); }
div.DivClassName
{
background-color: #DBAA8C;
}
.BgClassName
{
background-color: #DBAA8C;
}
</style>
border-color css
<style>
span { border-color: #DBAA8C; }
span { border-color: rgb(219,170,140); }
td.TdClassName
{
border-color: #DBAA8C;
}
.TagClassName
{
border-color: #DBAA8C;
}
</style>