Shades of Tumbleweed #DBA984
Tints of Tumbleweed #DBA984
RGB
CMYK
RGB Variations
Color information
#DBA984 (or 0xDBA984) is known color: Tumbleweed. HEX triplet: DB, A9 and 84. RGB value is (219,169,132). Sum of RGB (Red+Green+Blue) = 219+169+132=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA984 is #24567B. Grayscale: #B3B3B3. Windows color (decimal): -2381436 or 8694235. OLE color: 8694235.
HSL color Cylindrical-coordinate representation of color #DBA984: hue angle of 25.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBA984 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 132 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.14 |
| HSL | 25.52º | 0.55% | 0.69% | - |
| HSV(B) | 25.52º | 0.4% | 0.86% | - |
| XYZ | 47.57 | 45.1 | 28.03 | - |
| YUV | 179.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 132 | 0 | 0.23 | 0.40 | 0.14 | 25.52 | 0.55 | 0.69 |
| Hex | DB | A9 | 84 | 0 | 17 | 28 | E | 1A | 37 | 45 |
| Octal | 333 | 251 | 204 | 0 | 27 | 50 | 16 | 32 | 67 | 105 |
| Binary | 11011011 | 10101001 | 10000100 | 0 | 10111 | 101000 | 1110 | 11010 | 110111 | 1000101 |
Color Harmonies of #DBA984
Complementary color
Monochromatic Colors of #DBA984
Black with #DBA984
Text Example
Text Example
White with #DBA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA984; }
p { color: rgb(219,169,132); }
H1.HeaderClassName
{
color: #DBA984;
}
.AnyTagClassName
{
color: #DBA984;
}
</style>
background-color css
<style>
a { background-color: #DBA984; }
a { background-color: rgb(219,169,132); }
div.DivClassName
{
background-color: #DBA984;
}
.BgClassName
{
background-color: #DBA984;
}
</style>
border-color css
<style>
span { border-color: #DBA984; }
span { border-color: rgb(219,169,132); }
td.TdClassName
{
border-color: #DBA984;
}
.TagClassName
{
border-color: #DBA984;
}
</style>