Shades of Tumbleweed #DBAA86
Tints of Tumbleweed #DBAA86
RGB
CMYK
RGB Variations
Color information
#DBAA86 (or 0xDBAA86) is known color: Tumbleweed. HEX triplet: DB, AA and 86. RGB value is (219,170,134). Sum of RGB (Red+Green+Blue) = 219+170+134=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA86 is #245579. Grayscale: #B4B4B4. Windows color (decimal): -2381178 or 8825563. OLE color: 8825563.
HSL color Cylindrical-coordinate representation of color #DBAA86: hue angle of 25.41º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBAA86 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 134 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.14 |
| HSL | 25.41º | 0.54% | 0.69% | - |
| HSV(B) | 25.41º | 0.39% | 0.86% | - |
| XYZ | 47.89 | 45.53 | 28.82 | - |
| YUV | 180.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 134 | 0 | 0.22 | 0.39 | 0.14 | 25.41 | 0.54 | 0.69 |
| Hex | DB | AA | 86 | 0 | 16 | 27 | E | 19 | 36 | 45 |
| Octal | 333 | 252 | 206 | 0 | 26 | 47 | 16 | 31 | 66 | 105 |
| Binary | 11011011 | 10101010 | 10000110 | 0 | 10110 | 100111 | 1110 | 11001 | 110110 | 1000101 |
Color Harmonies of #DBAA86
Complementary color
Monochromatic Colors of #DBAA86
Black with #DBAA86
Text Example
Text Example
White with #DBAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA86; }
p { color: rgb(219,170,134); }
H1.HeaderClassName
{
color: #DBAA86;
}
.AnyTagClassName
{
color: #DBAA86;
}
</style>
background-color css
<style>
a { background-color: #DBAA86; }
a { background-color: rgb(219,170,134); }
div.DivClassName
{
background-color: #DBAA86;
}
.BgClassName
{
background-color: #DBAA86;
}
</style>
border-color css
<style>
span { border-color: #DBAA86; }
span { border-color: rgb(219,170,134); }
td.TdClassName
{
border-color: #DBAA86;
}
.TagClassName
{
border-color: #DBAA86;
}
</style>