Shades of Tumbleweed #DBA571
Tints of Tumbleweed #DBA571
RGB
CMYK
RGB Variations
Color information
#DBA571 (or 0xDBA571) is known color: Tumbleweed. HEX triplet: DB, A5 and 71. RGB value is (219,165,113). Sum of RGB (Red+Green+Blue) = 219+165+113=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA571 is #245A8E. Grayscale: #AFAFAF. Windows color (decimal): -2382479 or 7448027. OLE color: 7448027.
HSL color Cylindrical-coordinate representation of color #DBA571: hue angle of 29.43º 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 #DBA571 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 113 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.14 |
| HSL | 29.43º | 0.6% | 0.65% | - |
| HSV(B) | 29.43º | 0.48% | 0.86% | - |
| XYZ | 45.65 | 43.16 | 21.55 | - |
| YUV | 175.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 113 | 0 | 0.25 | 0.48 | 0.14 | 29.43 | 0.6 | 0.65 |
| Hex | DB | A5 | 71 | 0 | 19 | 30 | E | 1D | 3C | 41 |
| Octal | 333 | 245 | 161 | 0 | 31 | 60 | 16 | 35 | 74 | 101 |
| Binary | 11011011 | 10100101 | 1110001 | 0 | 11001 | 110000 | 1110 | 11101 | 111100 | 1000001 |
Color Harmonies of #DBA571
Complementary color
Monochromatic Colors of #DBA571
Black with #DBA571
Text Example
Text Example
White with #DBA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA571; }
p { color: rgb(219,165,113); }
H1.HeaderClassName
{
color: #DBA571;
}
.AnyTagClassName
{
color: #DBA571;
}
</style>
background-color css
<style>
a { background-color: #DBA571; }
a { background-color: rgb(219,165,113); }
div.DivClassName
{
background-color: #DBA571;
}
.BgClassName
{
background-color: #DBA571;
}
</style>
border-color css
<style>
span { border-color: #DBA571; }
span { border-color: rgb(219,165,113); }
td.TdClassName
{
border-color: #DBA571;
}
.TagClassName
{
border-color: #DBA571;
}
</style>