Shades of Tumbleweed #DBA578
Tints of Tumbleweed #DBA578
RGB
CMYK
RGB Variations
Color information
#DBA578 (or 0xDBA578) is known color: Tumbleweed. HEX triplet: DB, A5 and 78. RGB value is (219,165,120). Sum of RGB (Red+Green+Blue) = 219+165+120=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA578 is #245A87. Grayscale: #B0B0B0. Windows color (decimal): -2382472 or 7906779. OLE color: 7906779.
HSL color Cylindrical-coordinate representation of color #DBA578: hue angle of 27.27º 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 #DBA578 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 120 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.14 |
| HSL | 27.27º | 0.58% | 0.66% | - |
| HSV(B) | 27.27º | 0.45% | 0.86% | - |
| XYZ | 46.06 | 43.33 | 23.7 | - |
| YUV | 176.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 120 | 0 | 0.25 | 0.45 | 0.14 | 27.27 | 0.58 | 0.66 |
| Hex | DB | A5 | 78 | 0 | 19 | 2D | E | 1B | 3A | 42 |
| Octal | 333 | 245 | 170 | 0 | 31 | 55 | 16 | 33 | 72 | 102 |
| Binary | 11011011 | 10100101 | 1111000 | 0 | 11001 | 101101 | 1110 | 11011 | 111010 | 1000010 |
Color Harmonies of #DBA578
Complementary color
Monochromatic Colors of #DBA578
Black with #DBA578
Text Example
Text Example
White with #DBA578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA578; }
p { color: rgb(219,165,120); }
H1.HeaderClassName
{
color: #DBA578;
}
.AnyTagClassName
{
color: #DBA578;
}
</style>
background-color css
<style>
a { background-color: #DBA578; }
a { background-color: rgb(219,165,120); }
div.DivClassName
{
background-color: #DBA578;
}
.BgClassName
{
background-color: #DBA578;
}
</style>
border-color css
<style>
span { border-color: #DBA578; }
span { border-color: rgb(219,165,120); }
td.TdClassName
{
border-color: #DBA578;
}
.TagClassName
{
border-color: #DBA578;
}
</style>