Shades of Tumbleweed #DBA477
Tints of Tumbleweed #DBA477
RGB
CMYK
RGB Variations
Color information
#DBA477 (or 0xDBA477) is known color: Tumbleweed. HEX triplet: DB, A4 and 77. RGB value is (219,164,119). Sum of RGB (Red+Green+Blue) = 219+164+119=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA477 is #245B88. Grayscale: #AFAFAF. Windows color (decimal): -2382729 or 7840987. OLE color: 7840987.
HSL color Cylindrical-coordinate representation of color #DBA477: hue angle of 27º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBA477 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 119 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.14 |
| HSL | 27º | 0.58% | 0.66% | - |
| HSV(B) | 27º | 0.46% | 0.86% | - |
| XYZ | 45.82 | 42.94 | 23.33 | - |
| YUV | 175.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 119 | 0 | 0.25 | 0.46 | 0.14 | 27 | 0.58 | 0.66 |
| Hex | DB | A4 | 77 | 0 | 19 | 2E | E | 1B | 3A | 42 |
| Octal | 333 | 244 | 167 | 0 | 31 | 56 | 16 | 33 | 72 | 102 |
| Binary | 11011011 | 10100100 | 1110111 | 0 | 11001 | 101110 | 1110 | 11011 | 111010 | 1000010 |
Color Harmonies of #DBA477
Complementary color
Monochromatic Colors of #DBA477
Black with #DBA477
Text Example
Text Example
White with #DBA477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA477; }
p { color: rgb(219,164,119); }
H1.HeaderClassName
{
color: #DBA477;
}
.AnyTagClassName
{
color: #DBA477;
}
</style>
background-color css
<style>
a { background-color: #DBA477; }
a { background-color: rgb(219,164,119); }
div.DivClassName
{
background-color: #DBA477;
}
.BgClassName
{
background-color: #DBA477;
}
</style>
border-color css
<style>
span { border-color: #DBA477; }
span { border-color: rgb(219,164,119); }
td.TdClassName
{
border-color: #DBA477;
}
.TagClassName
{
border-color: #DBA477;
}
</style>