Shades of Tumbleweed #DBA982
Tints of Tumbleweed #DBA982
RGB
CMYK
RGB Variations
Color information
#DBA982 (or 0xDBA982) is known color: Tumbleweed. HEX triplet: DB, A9 and 82. RGB value is (219,169,130). Sum of RGB (Red+Green+Blue) = 219+169+130=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA982 is #24567D. Grayscale: #B3B3B3. Windows color (decimal): -2381438 or 8563163. OLE color: 8563163.
HSL color Cylindrical-coordinate representation of color #DBA982: hue angle of 26.29º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBA982 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 130 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.14 |
| HSL | 26.29º | 0.55% | 0.68% | - |
| HSV(B) | 26.29º | 0.41% | 0.86% | - |
| XYZ | 47.43 | 45.05 | 27.31 | - |
| YUV | 179.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 130 | 0 | 0.23 | 0.41 | 0.14 | 26.29 | 0.55 | 0.68 |
| Hex | DB | A9 | 82 | 0 | 17 | 29 | E | 1A | 37 | 44 |
| Octal | 333 | 251 | 202 | 0 | 27 | 51 | 16 | 32 | 67 | 104 |
| Binary | 11011011 | 10101001 | 10000010 | 0 | 10111 | 101001 | 1110 | 11010 | 110111 | 1000100 |
Color Harmonies of #DBA982
Complementary color
Monochromatic Colors of #DBA982
Black with #DBA982
Text Example
Text Example
White with #DBA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA982; }
p { color: rgb(219,169,130); }
H1.HeaderClassName
{
color: #DBA982;
}
.AnyTagClassName
{
color: #DBA982;
}
</style>
background-color css
<style>
a { background-color: #DBA982; }
a { background-color: rgb(219,169,130); }
div.DivClassName
{
background-color: #DBA982;
}
.BgClassName
{
background-color: #DBA982;
}
</style>
border-color css
<style>
span { border-color: #DBA982; }
span { border-color: rgb(219,169,130); }
td.TdClassName
{
border-color: #DBA982;
}
.TagClassName
{
border-color: #DBA982;
}
</style>