Shades of Tumbleweed #DBAB84
Tints of Tumbleweed #DBAB84
RGB
CMYK
RGB Variations
Color information
#DBAB84 (or 0xDBAB84) is known color: Tumbleweed. HEX triplet: DB, AB and 84. RGB value is (219,171,132). Sum of RGB (Red+Green+Blue) = 219+171+132=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB84 is #24547B. Grayscale: #B5B5B5. Windows color (decimal): -2380924 or 8694747. OLE color: 8694747.
HSL color Cylindrical-coordinate representation of color #DBAB84: hue angle of 26.9º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBAB84 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 132 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.14 |
| HSL | 26.9º | 0.55% | 0.69% | - |
| HSV(B) | 26.9º | 0.4% | 0.86% | - |
| XYZ | 47.94 | 45.85 | 28.15 | - |
| YUV | 180.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 132 | 0 | 0.22 | 0.40 | 0.14 | 26.9 | 0.55 | 0.69 |
| Hex | DB | AB | 84 | 0 | 16 | 28 | E | 1B | 37 | 45 |
| Octal | 333 | 253 | 204 | 0 | 26 | 50 | 16 | 33 | 67 | 105 |
| Binary | 11011011 | 10101011 | 10000100 | 0 | 10110 | 101000 | 1110 | 11011 | 110111 | 1000101 |
Color Harmonies of #DBAB84
Complementary color
Monochromatic Colors of #DBAB84
Black with #DBAB84
Text Example
Text Example
White with #DBAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB84; }
p { color: rgb(219,171,132); }
H1.HeaderClassName
{
color: #DBAB84;
}
.AnyTagClassName
{
color: #DBAB84;
}
</style>
background-color css
<style>
a { background-color: #DBAB84; }
a { background-color: rgb(219,171,132); }
div.DivClassName
{
background-color: #DBAB84;
}
.BgClassName
{
background-color: #DBAB84;
}
</style>
border-color css
<style>
span { border-color: #DBAB84; }
span { border-color: rgb(219,171,132); }
td.TdClassName
{
border-color: #DBAB84;
}
.TagClassName
{
border-color: #DBAB84;
}
</style>