Shades of Tumbleweed #DBAA7F
Tints of Tumbleweed #DBAA7F
RGB
CMYK
RGB Variations
Color information
#DBAA7F (or 0xDBAA7F) is known color: Tumbleweed. HEX triplet: DB, AA and 7F. RGB value is (219,170,127). Sum of RGB (Red+Green+Blue) = 219+170+127=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA7F is #245580. Grayscale: #B3B3B3. Windows color (decimal): -2381185 or 8366811. OLE color: 8366811.
HSL color Cylindrical-coordinate representation of color #DBAA7F: hue angle of 28.04º 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 #DBAA7F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 127 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.14 |
| HSL | 28.04º | 0.56% | 0.68% | - |
| HSV(B) | 28.04º | 0.42% | 0.86% | - |
| XYZ | 47.42 | 45.34 | 26.33 | - |
| YUV | 179.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 127 | 0 | 0.22 | 0.42 | 0.14 | 28.04 | 0.56 | 0.68 |
| Hex | DB | AA | 7F | 0 | 16 | 2A | E | 1C | 38 | 44 |
| Octal | 333 | 252 | 177 | 0 | 26 | 52 | 16 | 34 | 70 | 104 |
| Binary | 11011011 | 10101010 | 1111111 | 0 | 10110 | 101010 | 1110 | 11100 | 111000 | 1000100 |
Color Harmonies of #DBAA7F
Complementary color
Monochromatic Colors of #DBAA7F
Black with #DBAA7F
Text Example
Text Example
White with #DBAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA7F; }
p { color: rgb(219,170,127); }
H1.HeaderClassName
{
color: #DBAA7F;
}
.AnyTagClassName
{
color: #DBAA7F;
}
</style>
background-color css
<style>
a { background-color: #DBAA7F; }
a { background-color: rgb(219,170,127); }
div.DivClassName
{
background-color: #DBAA7F;
}
.BgClassName
{
background-color: #DBAA7F;
}
</style>
border-color css
<style>
span { border-color: #DBAA7F; }
span { border-color: rgb(219,170,127); }
td.TdClassName
{
border-color: #DBAA7F;
}
.TagClassName
{
border-color: #DBAA7F;
}
</style>