Shades of Tumbleweed #DBA878
Tints of Tumbleweed #DBA878
RGB
CMYK
RGB Variations
Color information
#DBA878 (or 0xDBA878) is known color: Tumbleweed. HEX triplet: DB, A8 and 78. RGB value is (219,168,120). Sum of RGB (Red+Green+Blue) = 219+168+120=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA878 is #245787. Grayscale: #B2B2B2. Windows color (decimal): -2381704 or 7907547. OLE color: 7907547.
HSL color Cylindrical-coordinate representation of color #DBA878: hue angle of 29.09º 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 #DBA878 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 120 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.14 |
| HSL | 29.09º | 0.58% | 0.66% | - |
| HSV(B) | 29.09º | 0.45% | 0.86% | - |
| XYZ | 46.61 | 44.42 | 23.89 | - |
| YUV | 177.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 120 | 0 | 0.23 | 0.45 | 0.14 | 29.09 | 0.58 | 0.66 |
| Hex | DB | A8 | 78 | 0 | 17 | 2D | E | 1D | 3A | 42 |
| Octal | 333 | 250 | 170 | 0 | 27 | 55 | 16 | 35 | 72 | 102 |
| Binary | 11011011 | 10101000 | 1111000 | 0 | 10111 | 101101 | 1110 | 11101 | 111010 | 1000010 |
Color Harmonies of #DBA878
Complementary color
Monochromatic Colors of #DBA878
Black with #DBA878
Text Example
Text Example
White with #DBA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA878; }
p { color: rgb(219,168,120); }
H1.HeaderClassName
{
color: #DBA878;
}
.AnyTagClassName
{
color: #DBA878;
}
</style>
background-color css
<style>
a { background-color: #DBA878; }
a { background-color: rgb(219,168,120); }
div.DivClassName
{
background-color: #DBA878;
}
.BgClassName
{
background-color: #DBA878;
}
</style>
border-color css
<style>
span { border-color: #DBA878; }
span { border-color: rgb(219,168,120); }
td.TdClassName
{
border-color: #DBA878;
}
.TagClassName
{
border-color: #DBA878;
}
</style>