Shades of Tumbleweed #DBA988
Tints of Tumbleweed #DBA988
RGB
CMYK
RGB Variations
Color information
#DBA988 (or 0xDBA988) is known color: Tumbleweed. HEX triplet: DB, A9 and 88. RGB value is (219,169,136). Sum of RGB (Red+Green+Blue) = 219+169+136=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA988 is #245677. Grayscale: #B4B4B4. Windows color (decimal): -2381432 or 8956379. OLE color: 8956379.
HSL color Cylindrical-coordinate representation of color #DBA988: hue angle of 23.86º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBA988 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 136 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.14 |
| HSL | 23.86º | 0.54% | 0.7% | - |
| HSV(B) | 23.86º | 0.38% | 0.86% | - |
| XYZ | 47.85 | 45.21 | 29.5 | - |
| YUV | 180.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 136 | 0 | 0.23 | 0.38 | 0.14 | 23.86 | 0.54 | 0.7 |
| Hex | DB | A9 | 88 | 0 | 17 | 26 | E | 18 | 36 | 46 |
| Octal | 333 | 251 | 210 | 0 | 27 | 46 | 16 | 30 | 66 | 106 |
| Binary | 11011011 | 10101001 | 10001000 | 0 | 10111 | 100110 | 1110 | 11000 | 110110 | 1000110 |
Color Harmonies of #DBA988
Complementary color
Monochromatic Colors of #DBA988
Black with #DBA988
Text Example
Text Example
White with #DBA988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA988; }
p { color: rgb(219,169,136); }
H1.HeaderClassName
{
color: #DBA988;
}
.AnyTagClassName
{
color: #DBA988;
}
</style>
background-color css
<style>
a { background-color: #DBA988; }
a { background-color: rgb(219,169,136); }
div.DivClassName
{
background-color: #DBA988;
}
.BgClassName
{
background-color: #DBA988;
}
</style>
border-color css
<style>
span { border-color: #DBA988; }
span { border-color: rgb(219,169,136); }
td.TdClassName
{
border-color: #DBA988;
}
.TagClassName
{
border-color: #DBA988;
}
</style>