Shades of Tumbleweed #DBA470
Tints of Tumbleweed #DBA470
RGB
CMYK
RGB Variations
Color information
#DBA470 (or 0xDBA470) is known color: Tumbleweed. HEX triplet: DB, A4 and 70. RGB value is (219,164,112). Sum of RGB (Red+Green+Blue) = 219+164+112=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA470 is #245B8F. Grayscale: #AEAEAE. Windows color (decimal): -2382736 or 7382235. OLE color: 7382235.
HSL color Cylindrical-coordinate representation of color #DBA470: hue angle of 29.16º 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 #DBA470 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 112 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.14 |
| HSL | 29.16º | 0.6% | 0.65% | - |
| HSV(B) | 29.16º | 0.49% | 0.86% | - |
| XYZ | 45.41 | 42.78 | 21.19 | - |
| YUV | 174.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 112 | 0 | 0.25 | 0.49 | 0.14 | 29.16 | 0.6 | 0.65 |
| Hex | DB | A4 | 70 | 0 | 19 | 31 | E | 1D | 3C | 41 |
| Octal | 333 | 244 | 160 | 0 | 31 | 61 | 16 | 35 | 74 | 101 |
| Binary | 11011011 | 10100100 | 1110000 | 0 | 11001 | 110001 | 1110 | 11101 | 111100 | 1000001 |
Color Harmonies of #DBA470
Complementary color
Monochromatic Colors of #DBA470
Black with #DBA470
Text Example
Text Example
White with #DBA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA470; }
p { color: rgb(219,164,112); }
H1.HeaderClassName
{
color: #DBA470;
}
.AnyTagClassName
{
color: #DBA470;
}
</style>
background-color css
<style>
a { background-color: #DBA470; }
a { background-color: rgb(219,164,112); }
div.DivClassName
{
background-color: #DBA470;
}
.BgClassName
{
background-color: #DBA470;
}
</style>
border-color css
<style>
span { border-color: #DBA470; }
span { border-color: rgb(219,164,112); }
td.TdClassName
{
border-color: #DBA470;
}
.TagClassName
{
border-color: #DBA470;
}
</style>