Shades of Tumbleweed #DBA888
Tints of Tumbleweed #DBA888
RGB
CMYK
RGB Variations
Color information
#DBA888 (or 0xDBA888) is known color: Tumbleweed. HEX triplet: DB, A8 and 88. RGB value is (219,168,136). Sum of RGB (Red+Green+Blue) = 219+168+136=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA888 is #245777. Grayscale: #B3B3B3. Windows color (decimal): -2381688 or 8956123. OLE color: 8956123.
HSL color Cylindrical-coordinate representation of color #DBA888: hue angle of 23.13º 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 #DBA888 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 136 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.14 |
| HSL | 23.13º | 0.54% | 0.7% | - |
| HSV(B) | 23.13º | 0.38% | 0.86% | - |
| XYZ | 47.66 | 44.84 | 29.44 | - |
| YUV | 179.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 136 | 0 | 0.23 | 0.38 | 0.14 | 23.13 | 0.54 | 0.7 |
| Hex | DB | A8 | 88 | 0 | 17 | 26 | E | 17 | 36 | 46 |
| Octal | 333 | 250 | 210 | 0 | 27 | 46 | 16 | 27 | 66 | 106 |
| Binary | 11011011 | 10101000 | 10001000 | 0 | 10111 | 100110 | 1110 | 10111 | 110110 | 1000110 |
Color Harmonies of #DBA888
Complementary color
Monochromatic Colors of #DBA888
Black with #DBA888
Text Example
Text Example
White with #DBA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA888; }
p { color: rgb(219,168,136); }
H1.HeaderClassName
{
color: #DBA888;
}
.AnyTagClassName
{
color: #DBA888;
}
</style>
background-color css
<style>
a { background-color: #DBA888; }
a { background-color: rgb(219,168,136); }
div.DivClassName
{
background-color: #DBA888;
}
.BgClassName
{
background-color: #DBA888;
}
</style>
border-color css
<style>
span { border-color: #DBA888; }
span { border-color: rgb(219,168,136); }
td.TdClassName
{
border-color: #DBA888;
}
.TagClassName
{
border-color: #DBA888;
}
</style>