Shades of Tumbleweed #DBA48B
Tints of Tumbleweed #DBA48B
RGB
CMYK
RGB Variations
Color information
#DBA48B (or 0xDBA48B) is known color: Tumbleweed. HEX triplet: DB, A4 and 8B. RGB value is (219,164,139). Sum of RGB (Red+Green+Blue) = 219+164+139=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA48B is #245B74. Grayscale: #B1B1B1. Windows color (decimal): -2382709 or 9151707. OLE color: 9151707.
HSL color Cylindrical-coordinate representation of color #DBA48B: hue angle of 18.75º 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 #DBA48B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 139 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.14 |
| HSL | 18.75º | 0.53% | 0.7% | - |
| HSV(B) | 18.75º | 0.37% | 0.86% | - |
| XYZ | 47.15 | 43.48 | 30.33 | - |
| YUV | 177.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 139 | 0 | 0.25 | 0.37 | 0.14 | 18.75 | 0.53 | 0.7 |
| Hex | DB | A4 | 8B | 0 | 19 | 25 | E | 13 | 35 | 46 |
| Octal | 333 | 244 | 213 | 0 | 31 | 45 | 16 | 23 | 65 | 106 |
| Binary | 11011011 | 10100100 | 10001011 | 0 | 11001 | 100101 | 1110 | 10011 | 110101 | 1000110 |
Color Harmonies of #DBA48B
Complementary color
Monochromatic Colors of #DBA48B
Black with #DBA48B
Text Example
Text Example
White with #DBA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA48B; }
p { color: rgb(219,164,139); }
H1.HeaderClassName
{
color: #DBA48B;
}
.AnyTagClassName
{
color: #DBA48B;
}
</style>
background-color css
<style>
a { background-color: #DBA48B; }
a { background-color: rgb(219,164,139); }
div.DivClassName
{
background-color: #DBA48B;
}
.BgClassName
{
background-color: #DBA48B;
}
</style>
border-color css
<style>
span { border-color: #DBA48B; }
span { border-color: rgb(219,164,139); }
td.TdClassName
{
border-color: #DBA48B;
}
.TagClassName
{
border-color: #DBA48B;
}
</style>