Shades of Tumbleweed #DBAB85
Tints of Tumbleweed #DBAB85
RGB
CMYK
RGB Variations
Color information
#DBAB85 (or 0xDBAB85) is known color: Tumbleweed. HEX triplet: DB, AB and 85. RGB value is (219,171,133). Sum of RGB (Red+Green+Blue) = 219+171+133=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB85 is #24547A. Grayscale: #B5B5B5. Windows color (decimal): -2380923 or 8760283. OLE color: 8760283.
HSL color Cylindrical-coordinate representation of color #DBAB85: hue angle of 26.51º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBAB85 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 133 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.14 |
| HSL | 26.51º | 0.54% | 0.69% | - |
| HSV(B) | 26.51º | 0.39% | 0.86% | - |
| XYZ | 48.01 | 45.88 | 28.52 | - |
| YUV | 181.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 133 | 0 | 0.22 | 0.39 | 0.14 | 26.51 | 0.54 | 0.69 |
| Hex | DB | AB | 85 | 0 | 16 | 27 | E | 1B | 36 | 45 |
| Octal | 333 | 253 | 205 | 0 | 26 | 47 | 16 | 33 | 66 | 105 |
| Binary | 11011011 | 10101011 | 10000101 | 0 | 10110 | 100111 | 1110 | 11011 | 110110 | 1000101 |
Color Harmonies of #DBAB85
Complementary color
Monochromatic Colors of #DBAB85
Black with #DBAB85
Text Example
Text Example
White with #DBAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB85; }
p { color: rgb(219,171,133); }
H1.HeaderClassName
{
color: #DBAB85;
}
.AnyTagClassName
{
color: #DBAB85;
}
</style>
background-color css
<style>
a { background-color: #DBAB85; }
a { background-color: rgb(219,171,133); }
div.DivClassName
{
background-color: #DBAB85;
}
.BgClassName
{
background-color: #DBAB85;
}
</style>
border-color css
<style>
span { border-color: #DBAB85; }
span { border-color: rgb(219,171,133); }
td.TdClassName
{
border-color: #DBAB85;
}
.TagClassName
{
border-color: #DBAB85;
}
</style>