Shades of Tumbleweed #DBAB88
Tints of Tumbleweed #DBAB88
RGB
CMYK
RGB Variations
Color information
#DBAB88 (or 0xDBAB88) is known color: Tumbleweed. HEX triplet: DB, AB and 88. RGB value is (219,171,136). Sum of RGB (Red+Green+Blue) = 219+171+136=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB88 is #245477. Grayscale: #B5B5B5. Windows color (decimal): -2380920 or 8956891. OLE color: 8956891.
HSL color Cylindrical-coordinate representation of color #DBAB88: hue angle of 25.3º 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 #DBAB88 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 136 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.14 |
| HSL | 25.3º | 0.54% | 0.7% | - |
| HSV(B) | 25.3º | 0.38% | 0.86% | - |
| XYZ | 48.22 | 45.96 | 29.62 | - |
| YUV | 181.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 136 | 0 | 0.22 | 0.38 | 0.14 | 25.3 | 0.54 | 0.7 |
| Hex | DB | AB | 88 | 0 | 16 | 26 | E | 19 | 36 | 46 |
| Octal | 333 | 253 | 210 | 0 | 26 | 46 | 16 | 31 | 66 | 106 |
| Binary | 11011011 | 10101011 | 10001000 | 0 | 10110 | 100110 | 1110 | 11001 | 110110 | 1000110 |
Color Harmonies of #DBAB88
Complementary color
Monochromatic Colors of #DBAB88
Black with #DBAB88
Text Example
Text Example
White with #DBAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB88; }
p { color: rgb(219,171,136); }
H1.HeaderClassName
{
color: #DBAB88;
}
.AnyTagClassName
{
color: #DBAB88;
}
</style>
background-color css
<style>
a { background-color: #DBAB88; }
a { background-color: rgb(219,171,136); }
div.DivClassName
{
background-color: #DBAB88;
}
.BgClassName
{
background-color: #DBAB88;
}
</style>
border-color css
<style>
span { border-color: #DBAB88; }
span { border-color: rgb(219,171,136); }
td.TdClassName
{
border-color: #DBAB88;
}
.TagClassName
{
border-color: #DBAB88;
}
</style>