Shades of Tumbleweed #DBA981
Tints of Tumbleweed #DBA981
RGB
CMYK
RGB Variations
Color information
#DBA981 (or 0xDBA981) is known color: Tumbleweed. HEX triplet: DB, A9 and 81. RGB value is (219,169,129). Sum of RGB (Red+Green+Blue) = 219+169+129=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA981 is #24567E. Grayscale: #B3B3B3. Windows color (decimal): -2381439 or 8497627. OLE color: 8497627.
HSL color Cylindrical-coordinate representation of color #DBA981: hue angle of 26.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBA981 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 129 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.14 |
| HSL | 26.67º | 0.56% | 0.68% | - |
| HSV(B) | 26.67º | 0.41% | 0.86% | - |
| XYZ | 47.36 | 45.02 | 26.96 | - |
| YUV | 179.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 129 | 0 | 0.23 | 0.41 | 0.14 | 26.67 | 0.56 | 0.68 |
| Hex | DB | A9 | 81 | 0 | 17 | 29 | E | 1B | 38 | 44 |
| Octal | 333 | 251 | 201 | 0 | 27 | 51 | 16 | 33 | 70 | 104 |
| Binary | 11011011 | 10101001 | 10000001 | 0 | 10111 | 101001 | 1110 | 11011 | 111000 | 1000100 |
Color Harmonies of #DBA981
Complementary color
Monochromatic Colors of #DBA981
Black with #DBA981
Text Example
Text Example
White with #DBA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA981; }
p { color: rgb(219,169,129); }
H1.HeaderClassName
{
color: #DBA981;
}
.AnyTagClassName
{
color: #DBA981;
}
</style>
background-color css
<style>
a { background-color: #DBA981; }
a { background-color: rgb(219,169,129); }
div.DivClassName
{
background-color: #DBA981;
}
.BgClassName
{
background-color: #DBA981;
}
</style>
border-color css
<style>
span { border-color: #DBA981; }
span { border-color: rgb(219,169,129); }
td.TdClassName
{
border-color: #DBA981;
}
.TagClassName
{
border-color: #DBA981;
}
</style>