Shades of Tumbleweed #DBA271
Tints of Tumbleweed #DBA271
RGB
CMYK
RGB Variations
Color information
#DBA271 (or 0xDBA271) is known color: Tumbleweed. HEX triplet: DB, A2 and 71. RGB value is (219,162,113). Sum of RGB (Red+Green+Blue) = 219+162+113=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA271 is #245D8E. Grayscale: #ADADAD. Windows color (decimal): -2383247 or 7447259. OLE color: 7447259.
HSL color Cylindrical-coordinate representation of color #DBA271: hue angle of 27.74º 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 #DBA271 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 113 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.14 |
| HSL | 27.74º | 0.6% | 0.65% | - |
| HSV(B) | 27.74º | 0.48% | 0.86% | - |
| XYZ | 45.11 | 42.09 | 21.37 | - |
| YUV | 173.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 113 | 0 | 0.26 | 0.48 | 0.14 | 27.74 | 0.6 | 0.65 |
| Hex | DB | A2 | 71 | 0 | 1A | 30 | E | 1C | 3C | 41 |
| Octal | 333 | 242 | 161 | 0 | 32 | 60 | 16 | 34 | 74 | 101 |
| Binary | 11011011 | 10100010 | 1110001 | 0 | 11010 | 110000 | 1110 | 11100 | 111100 | 1000001 |
Color Harmonies of #DBA271
Complementary color
Monochromatic Colors of #DBA271
Black with #DBA271
Text Example
Text Example
White with #DBA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA271; }
p { color: rgb(219,162,113); }
H1.HeaderClassName
{
color: #DBA271;
}
.AnyTagClassName
{
color: #DBA271;
}
</style>
background-color css
<style>
a { background-color: #DBA271; }
a { background-color: rgb(219,162,113); }
div.DivClassName
{
background-color: #DBA271;
}
.BgClassName
{
background-color: #DBA271;
}
</style>
border-color css
<style>
span { border-color: #DBA271; }
span { border-color: rgb(219,162,113); }
td.TdClassName
{
border-color: #DBA271;
}
.TagClassName
{
border-color: #DBA271;
}
</style>