Shades of Tumbleweed #DBA879
Tints of Tumbleweed #DBA879
RGB
CMYK
RGB Variations
Color information
#DBA879 (or 0xDBA879) is known color: Tumbleweed. HEX triplet: DB, A8 and 79. RGB value is (219,168,121). Sum of RGB (Red+Green+Blue) = 219+168+121=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA879 is #245786. Grayscale: #B2B2B2. Windows color (decimal): -2381703 or 7973083. OLE color: 7973083.
HSL color Cylindrical-coordinate representation of color #DBA879: hue angle of 28.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBA879 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 121 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.14 |
| HSL | 28.78º | 0.58% | 0.67% | - |
| HSV(B) | 28.78º | 0.45% | 0.86% | - |
| XYZ | 46.67 | 44.45 | 24.21 | - |
| YUV | 177.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 121 | 0 | 0.23 | 0.45 | 0.14 | 28.78 | 0.58 | 0.67 |
| Hex | DB | A8 | 79 | 0 | 17 | 2D | E | 1D | 3A | 43 |
| Octal | 333 | 250 | 171 | 0 | 27 | 55 | 16 | 35 | 72 | 103 |
| Binary | 11011011 | 10101000 | 1111001 | 0 | 10111 | 101101 | 1110 | 11101 | 111010 | 1000011 |
Color Harmonies of #DBA879
Complementary color
Monochromatic Colors of #DBA879
Black with #DBA879
Text Example
Text Example
White with #DBA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA879; }
p { color: rgb(219,168,121); }
H1.HeaderClassName
{
color: #DBA879;
}
.AnyTagClassName
{
color: #DBA879;
}
</style>
background-color css
<style>
a { background-color: #DBA879; }
a { background-color: rgb(219,168,121); }
div.DivClassName
{
background-color: #DBA879;
}
.BgClassName
{
background-color: #DBA879;
}
</style>
border-color css
<style>
span { border-color: #DBA879; }
span { border-color: rgb(219,168,121); }
td.TdClassName
{
border-color: #DBA879;
}
.TagClassName
{
border-color: #DBA879;
}
</style>