Shades of Tumbleweed #DBAA83
Tints of Tumbleweed #DBAA83
RGB
CMYK
RGB Variations
Color information
#DBAA83 (or 0xDBAA83) is known color: Tumbleweed. HEX triplet: DB, AA and 83. RGB value is (219,170,131). Sum of RGB (Red+Green+Blue) = 219+170+131=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA83 is #24557C. Grayscale: #B4B4B4. Windows color (decimal): -2381181 or 8628955. OLE color: 8628955.
HSL color Cylindrical-coordinate representation of color #DBAA83: hue angle of 26.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBAA83 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 131 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.14 |
| HSL | 26.59º | 0.55% | 0.69% | - |
| HSV(B) | 26.59º | 0.4% | 0.86% | - |
| XYZ | 47.68 | 45.45 | 27.73 | - |
| YUV | 180.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 131 | 0 | 0.22 | 0.40 | 0.14 | 26.59 | 0.55 | 0.69 |
| Hex | DB | AA | 83 | 0 | 16 | 28 | E | 1B | 37 | 45 |
| Octal | 333 | 252 | 203 | 0 | 26 | 50 | 16 | 33 | 67 | 105 |
| Binary | 11011011 | 10101010 | 10000011 | 0 | 10110 | 101000 | 1110 | 11011 | 110111 | 1000101 |
Color Harmonies of #DBAA83
Complementary color
Monochromatic Colors of #DBAA83
Black with #DBAA83
Text Example
Text Example
White with #DBAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA83; }
p { color: rgb(219,170,131); }
H1.HeaderClassName
{
color: #DBAA83;
}
.AnyTagClassName
{
color: #DBAA83;
}
</style>
background-color css
<style>
a { background-color: #DBAA83; }
a { background-color: rgb(219,170,131); }
div.DivClassName
{
background-color: #DBAA83;
}
.BgClassName
{
background-color: #DBAA83;
}
</style>
border-color css
<style>
span { border-color: #DBAA83; }
span { border-color: rgb(219,170,131); }
td.TdClassName
{
border-color: #DBAA83;
}
.TagClassName
{
border-color: #DBAA83;
}
</style>