Shades of Tumbleweed #DBA478
Tints of Tumbleweed #DBA478
RGB
CMYK
RGB Variations
Color information
#DBA478 (or 0xDBA478) is known color: Tumbleweed. HEX triplet: DB, A4 and 78. RGB value is (219,164,120). Sum of RGB (Red+Green+Blue) = 219+164+120=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA478 is #245B87. Grayscale: #AFAFAF. Windows color (decimal): -2382728 or 7906523. OLE color: 7906523.
HSL color Cylindrical-coordinate representation of color #DBA478: hue angle of 26.67º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBA478 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 120 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.14 |
| HSL | 26.67º | 0.58% | 0.66% | - |
| HSV(B) | 26.67º | 0.45% | 0.86% | - |
| XYZ | 45.88 | 42.97 | 23.64 | - |
| YUV | 175.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 120 | 0 | 0.25 | 0.45 | 0.14 | 26.67 | 0.58 | 0.66 |
| Hex | DB | A4 | 78 | 0 | 19 | 2D | E | 1B | 3A | 42 |
| Octal | 333 | 244 | 170 | 0 | 31 | 55 | 16 | 33 | 72 | 102 |
| Binary | 11011011 | 10100100 | 1111000 | 0 | 11001 | 101101 | 1110 | 11011 | 111010 | 1000010 |
Color Harmonies of #DBA478
Complementary color
Monochromatic Colors of #DBA478
Black with #DBA478
Text Example
Text Example
White with #DBA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA478; }
p { color: rgb(219,164,120); }
H1.HeaderClassName
{
color: #DBA478;
}
.AnyTagClassName
{
color: #DBA478;
}
</style>
background-color css
<style>
a { background-color: #DBA478; }
a { background-color: rgb(219,164,120); }
div.DivClassName
{
background-color: #DBA478;
}
.BgClassName
{
background-color: #DBA478;
}
</style>
border-color css
<style>
span { border-color: #DBA478; }
span { border-color: rgb(219,164,120); }
td.TdClassName
{
border-color: #DBA478;
}
.TagClassName
{
border-color: #DBA478;
}
</style>