Shades of Tumbleweed #DBA98B
Tints of Tumbleweed #DBA98B
RGB
CMYK
RGB Variations
Color information
#DBA98B (or 0xDBA98B) is known color: Tumbleweed. HEX triplet: DB, A9 and 8B. RGB value is (219,169,139). Sum of RGB (Red+Green+Blue) = 219+169+139=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA98B is #245674. Grayscale: #B4B4B4. Windows color (decimal): -2381429 or 9152987. OLE color: 9152987.
HSL color Cylindrical-coordinate representation of color #DBA98B: hue angle of 22.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBA98B is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 139 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.14 |
| HSL | 22.5º | 0.53% | 0.7% | - |
| HSV(B) | 22.5º | 0.37% | 0.86% | - |
| XYZ | 48.06 | 45.3 | 30.64 | - |
| YUV | 180.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 139 | 0 | 0.23 | 0.37 | 0.14 | 22.5 | 0.53 | 0.7 |
| Hex | DB | A9 | 8B | 0 | 17 | 25 | E | 16 | 35 | 46 |
| Octal | 333 | 251 | 213 | 0 | 27 | 45 | 16 | 26 | 65 | 106 |
| Binary | 11011011 | 10101001 | 10001011 | 0 | 10111 | 100101 | 1110 | 10110 | 110101 | 1000110 |
Color Harmonies of #DBA98B
Complementary color
Monochromatic Colors of #DBA98B
Black with #DBA98B
Text Example
Text Example
White with #DBA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA98B; }
p { color: rgb(219,169,139); }
H1.HeaderClassName
{
color: #DBA98B;
}
.AnyTagClassName
{
color: #DBA98B;
}
</style>
background-color css
<style>
a { background-color: #DBA98B; }
a { background-color: rgb(219,169,139); }
div.DivClassName
{
background-color: #DBA98B;
}
.BgClassName
{
background-color: #DBA98B;
}
</style>
border-color css
<style>
span { border-color: #DBA98B; }
span { border-color: rgb(219,169,139); }
td.TdClassName
{
border-color: #DBA98B;
}
.TagClassName
{
border-color: #DBA98B;
}
</style>