Shades of Tumbleweed #DBA471
Tints of Tumbleweed #DBA471
RGB
CMYK
RGB Variations
Color information
#DBA471 (or 0xDBA471) is known color: Tumbleweed. HEX triplet: DB, A4 and 71. RGB value is (219,164,113). Sum of RGB (Red+Green+Blue) = 219+164+113=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA471 is #245B8E. Grayscale: #AEAEAE. Windows color (decimal): -2382735 or 7447771. OLE color: 7447771.
HSL color Cylindrical-coordinate representation of color #DBA471: hue angle of 28.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBA471 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 113 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.14 |
| HSL | 28.87º | 0.6% | 0.65% | - |
| HSV(B) | 28.87º | 0.48% | 0.86% | - |
| XYZ | 45.47 | 42.8 | 21.49 | - |
| YUV | 174.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 113 | 0 | 0.25 | 0.48 | 0.14 | 28.87 | 0.6 | 0.65 |
| Hex | DB | A4 | 71 | 0 | 19 | 30 | E | 1D | 3C | 41 |
| Octal | 333 | 244 | 161 | 0 | 31 | 60 | 16 | 35 | 74 | 101 |
| Binary | 11011011 | 10100100 | 1110001 | 0 | 11001 | 110000 | 1110 | 11101 | 111100 | 1000001 |
Color Harmonies of #DBA471
Complementary color
Monochromatic Colors of #DBA471
Black with #DBA471
Text Example
Text Example
White with #DBA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA471; }
p { color: rgb(219,164,113); }
H1.HeaderClassName
{
color: #DBA471;
}
.AnyTagClassName
{
color: #DBA471;
}
</style>
background-color css
<style>
a { background-color: #DBA471; }
a { background-color: rgb(219,164,113); }
div.DivClassName
{
background-color: #DBA471;
}
.BgClassName
{
background-color: #DBA471;
}
</style>
border-color css
<style>
span { border-color: #DBA471; }
span { border-color: rgb(219,164,113); }
td.TdClassName
{
border-color: #DBA471;
}
.TagClassName
{
border-color: #DBA471;
}
</style>