Shades of Tumbleweed #DBA078
Tints of Tumbleweed #DBA078
RGB
CMYK
RGB Variations
Color information
#DBA078 (or 0xDBA078) is known color: Tumbleweed. HEX triplet: DB, A0 and 78. RGB value is (219,160,120). Sum of RGB (Red+Green+Blue) = 219+160+120=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA078 is #245F87. Grayscale: #ADADAD. Windows color (decimal): -2383752 or 7905499. OLE color: 7905499.
HSL color Cylindrical-coordinate representation of color #DBA078: hue angle of 24.24º 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 #DBA078 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 120 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.14 |
| HSL | 24.24º | 0.58% | 0.66% | - |
| HSV(B) | 24.24º | 0.45% | 0.86% | - |
| XYZ | 45.17 | 41.56 | 23.41 | - |
| YUV | 173.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 120 | 0 | 0.27 | 0.45 | 0.14 | 24.24 | 0.58 | 0.66 |
| Hex | DB | A0 | 78 | 0 | 1B | 2D | E | 18 | 3A | 42 |
| Octal | 333 | 240 | 170 | 0 | 33 | 55 | 16 | 30 | 72 | 102 |
| Binary | 11011011 | 10100000 | 1111000 | 0 | 11011 | 101101 | 1110 | 11000 | 111010 | 1000010 |
Color Harmonies of #DBA078
Complementary color
Monochromatic Colors of #DBA078
Black with #DBA078
Text Example
Text Example
White with #DBA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA078; }
p { color: rgb(219,160,120); }
H1.HeaderClassName
{
color: #DBA078;
}
.AnyTagClassName
{
color: #DBA078;
}
</style>
background-color css
<style>
a { background-color: #DBA078; }
a { background-color: rgb(219,160,120); }
div.DivClassName
{
background-color: #DBA078;
}
.BgClassName
{
background-color: #DBA078;
}
</style>
border-color css
<style>
span { border-color: #DBA078; }
span { border-color: rgb(219,160,120); }
td.TdClassName
{
border-color: #DBA078;
}
.TagClassName
{
border-color: #DBA078;
}
</style>