Shades of Tumbleweed #DBAC86
Tints of Tumbleweed #DBAC86
RGB
CMYK
RGB Variations
Color information
#DBAC86 (or 0xDBAC86) is known color: Tumbleweed. HEX triplet: DB, AC and 86. RGB value is (219,172,134). Sum of RGB (Red+Green+Blue) = 219+172+134=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC86 is #245379. Grayscale: #B5B5B5. Windows color (decimal): -2380666 or 8826075. OLE color: 8826075.
HSL color Cylindrical-coordinate representation of color #DBAC86: hue angle of 26.82º 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 #DBAC86 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 134 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.14 |
| HSL | 26.82º | 0.54% | 0.69% | - |
| HSV(B) | 26.82º | 0.39% | 0.86% | - |
| XYZ | 48.27 | 46.29 | 28.94 | - |
| YUV | 181.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 134 | 0 | 0.21 | 0.39 | 0.14 | 26.82 | 0.54 | 0.69 |
| Hex | DB | AC | 86 | 0 | 15 | 27 | E | 1B | 36 | 45 |
| Octal | 333 | 254 | 206 | 0 | 25 | 47 | 16 | 33 | 66 | 105 |
| Binary | 11011011 | 10101100 | 10000110 | 0 | 10101 | 100111 | 1110 | 11011 | 110110 | 1000101 |
Color Harmonies of #DBAC86
Complementary color
Monochromatic Colors of #DBAC86
Black with #DBAC86
Text Example
Text Example
White with #DBAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC86; }
p { color: rgb(219,172,134); }
H1.HeaderClassName
{
color: #DBAC86;
}
.AnyTagClassName
{
color: #DBAC86;
}
</style>
background-color css
<style>
a { background-color: #DBAC86; }
a { background-color: rgb(219,172,134); }
div.DivClassName
{
background-color: #DBAC86;
}
.BgClassName
{
background-color: #DBAC86;
}
</style>
border-color css
<style>
span { border-color: #DBAC86; }
span { border-color: rgb(219,172,134); }
td.TdClassName
{
border-color: #DBAC86;
}
.TagClassName
{
border-color: #DBAC86;
}
</style>