Shades of Tumbleweed #DBA488
Tints of Tumbleweed #DBA488
RGB
CMYK
RGB Variations
Color information
#DBA488 (or 0xDBA488) is known color: Tumbleweed. HEX triplet: DB, A4 and 88. RGB value is (219,164,136). Sum of RGB (Red+Green+Blue) = 219+164+136=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA488 is #245B77. Grayscale: #B1B1B1. Windows color (decimal): -2382712 or 8955099. OLE color: 8955099.
HSL color Cylindrical-coordinate representation of color #DBA488: hue angle of 20.24º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBA488 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 136 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.14 |
| HSL | 20.24º | 0.54% | 0.7% | - |
| HSV(B) | 20.24º | 0.38% | 0.86% | - |
| XYZ | 46.93 | 43.39 | 29.19 | - |
| YUV | 177.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 136 | 0 | 0.25 | 0.38 | 0.14 | 20.24 | 0.54 | 0.7 |
| Hex | DB | A4 | 88 | 0 | 19 | 26 | E | 14 | 36 | 46 |
| Octal | 333 | 244 | 210 | 0 | 31 | 46 | 16 | 24 | 66 | 106 |
| Binary | 11011011 | 10100100 | 10001000 | 0 | 11001 | 100110 | 1110 | 10100 | 110110 | 1000110 |
Color Harmonies of #DBA488
Complementary color
Monochromatic Colors of #DBA488
Black with #DBA488
Text Example
Text Example
White with #DBA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA488; }
p { color: rgb(219,164,136); }
H1.HeaderClassName
{
color: #DBA488;
}
.AnyTagClassName
{
color: #DBA488;
}
</style>
background-color css
<style>
a { background-color: #DBA488; }
a { background-color: rgb(219,164,136); }
div.DivClassName
{
background-color: #DBA488;
}
.BgClassName
{
background-color: #DBA488;
}
</style>
border-color css
<style>
span { border-color: #DBA488; }
span { border-color: rgb(219,164,136); }
td.TdClassName
{
border-color: #DBA488;
}
.TagClassName
{
border-color: #DBA488;
}
</style>