Shades of Tumbleweed #DBAB83
Tints of Tumbleweed #DBAB83
RGB
CMYK
RGB Variations
Color information
#DBAB83 (or 0xDBAB83) is known color: Tumbleweed. HEX triplet: DB, AB and 83. RGB value is (219,171,131). Sum of RGB (Red+Green+Blue) = 219+171+131=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB83 is #24547C. Grayscale: #B5B5B5. Windows color (decimal): -2380925 or 8629211. OLE color: 8629211.
HSL color Cylindrical-coordinate representation of color #DBAB83: hue angle of 27.27º 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 #DBAB83 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 131 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.14 |
| HSL | 27.27º | 0.55% | 0.69% | - |
| HSV(B) | 27.27º | 0.4% | 0.86% | - |
| XYZ | 47.87 | 45.82 | 27.79 | - |
| YUV | 180.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 131 | 0 | 0.22 | 0.40 | 0.14 | 27.27 | 0.55 | 0.69 |
| Hex | DB | AB | 83 | 0 | 16 | 28 | E | 1B | 37 | 45 |
| Octal | 333 | 253 | 203 | 0 | 26 | 50 | 16 | 33 | 67 | 105 |
| Binary | 11011011 | 10101011 | 10000011 | 0 | 10110 | 101000 | 1110 | 11011 | 110111 | 1000101 |
Color Harmonies of #DBAB83
Complementary color
Monochromatic Colors of #DBAB83
Black with #DBAB83
Text Example
Text Example
White with #DBAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB83; }
p { color: rgb(219,171,131); }
H1.HeaderClassName
{
color: #DBAB83;
}
.AnyTagClassName
{
color: #DBAB83;
}
</style>
background-color css
<style>
a { background-color: #DBAB83; }
a { background-color: rgb(219,171,131); }
div.DivClassName
{
background-color: #DBAB83;
}
.BgClassName
{
background-color: #DBAB83;
}
</style>
border-color css
<style>
span { border-color: #DBAB83; }
span { border-color: rgb(219,171,131); }
td.TdClassName
{
border-color: #DBAB83;
}
.TagClassName
{
border-color: #DBAB83;
}
</style>