Shades of Tumbleweed #DBA270
Tints of Tumbleweed #DBA270
RGB
CMYK
RGB Variations
Color information
#DBA270 (or 0xDBA270) is known color: Tumbleweed. HEX triplet: DB, A2 and 70. RGB value is (219,162,112). Sum of RGB (Red+Green+Blue) = 219+162+112=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA270 is #245D8F. Grayscale: #ADADAD. Windows color (decimal): -2383248 or 7381723. OLE color: 7381723.
HSL color Cylindrical-coordinate representation of color #DBA270: hue angle of 28.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBA270 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 112 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.14 |
| HSL | 28.04º | 0.6% | 0.65% | - |
| HSV(B) | 28.04º | 0.49% | 0.86% | - |
| XYZ | 45.06 | 42.07 | 21.07 | - |
| YUV | 173.34 | 93.38 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 112 | 0 | 0.26 | 0.49 | 0.14 | 28.04 | 0.6 | 0.65 |
| Hex | DB | A2 | 70 | 0 | 1A | 31 | E | 1C | 3C | 41 |
| Octal | 333 | 242 | 160 | 0 | 32 | 61 | 16 | 34 | 74 | 101 |
| Binary | 11011011 | 10100010 | 1110000 | 0 | 11010 | 110001 | 1110 | 11100 | 111100 | 1000001 |
Color Harmonies of #DBA270
Complementary color
Monochromatic Colors of #DBA270
Black with #DBA270
Text Example
Text Example
White with #DBA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA270; }
p { color: rgb(219,162,112); }
H1.HeaderClassName
{
color: #DBA270;
}
.AnyTagClassName
{
color: #DBA270;
}
</style>
background-color css
<style>
a { background-color: #DBA270; }
a { background-color: rgb(219,162,112); }
div.DivClassName
{
background-color: #DBA270;
}
.BgClassName
{
background-color: #DBA270;
}
</style>
border-color css
<style>
span { border-color: #DBA270; }
span { border-color: rgb(219,162,112); }
td.TdClassName
{
border-color: #DBA270;
}
.TagClassName
{
border-color: #DBA270;
}
</style>