Shades of Tumbleweed #DBAB8D
Tints of Tumbleweed #DBAB8D
RGB
CMYK
RGB Variations
Color information
#DBAB8D (or 0xDBAB8D) is known color: Tumbleweed. HEX triplet: DB, AB and 8D. RGB value is (219,171,141). Sum of RGB (Red+Green+Blue) = 219+171+141=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB8D is #245472. Grayscale: #B6B6B6. Windows color (decimal): -2380915 or 9284571. OLE color: 9284571.
HSL color Cylindrical-coordinate representation of color #DBAB8D: hue angle of 23.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBAB8D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 141 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.14 |
| HSL | 23.08º | 0.52% | 0.71% | - |
| HSV(B) | 23.08º | 0.36% | 0.86% | - |
| XYZ | 48.58 | 46.11 | 31.54 | - |
| YUV | 181.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 141 | 0 | 0.22 | 0.36 | 0.14 | 23.08 | 0.52 | 0.71 |
| Hex | DB | AB | 8D | 0 | 16 | 24 | E | 17 | 34 | 47 |
| Octal | 333 | 253 | 215 | 0 | 26 | 44 | 16 | 27 | 64 | 107 |
| Binary | 11011011 | 10101011 | 10001101 | 0 | 10110 | 100100 | 1110 | 10111 | 110100 | 1000111 |
Color Harmonies of #DBAB8D
Complementary color
Monochromatic Colors of #DBAB8D
Black with #DBAB8D
Text Example
Text Example
White with #DBAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB8D; }
p { color: rgb(219,171,141); }
H1.HeaderClassName
{
color: #DBAB8D;
}
.AnyTagClassName
{
color: #DBAB8D;
}
</style>
background-color css
<style>
a { background-color: #DBAB8D; }
a { background-color: rgb(219,171,141); }
div.DivClassName
{
background-color: #DBAB8D;
}
.BgClassName
{
background-color: #DBAB8D;
}
</style>
border-color css
<style>
span { border-color: #DBAB8D; }
span { border-color: rgb(219,171,141); }
td.TdClassName
{
border-color: #DBAB8D;
}
.TagClassName
{
border-color: #DBAB8D;
}
</style>