Shades of Tumbleweed #DBA881
Tints of Tumbleweed #DBA881
RGB
CMYK
RGB Variations
Color information
#DBA881 (or 0xDBA881) is known color: Tumbleweed. HEX triplet: DB, A8 and 81. RGB value is (219,168,129). Sum of RGB (Red+Green+Blue) = 219+168+129=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA881 is #24577E. Grayscale: #B3B3B3. Windows color (decimal): -2381695 or 8497371. OLE color: 8497371.
HSL color Cylindrical-coordinate representation of color #DBA881: hue angle of 26º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBA881 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 129 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.14 |
| HSL | 26º | 0.56% | 0.68% | - |
| HSV(B) | 26º | 0.41% | 0.86% | - |
| XYZ | 47.18 | 44.65 | 26.9 | - |
| YUV | 178.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 129 | 0 | 0.23 | 0.41 | 0.14 | 26 | 0.56 | 0.68 |
| Hex | DB | A8 | 81 | 0 | 17 | 29 | E | 1A | 38 | 44 |
| Octal | 333 | 250 | 201 | 0 | 27 | 51 | 16 | 32 | 70 | 104 |
| Binary | 11011011 | 10101000 | 10000001 | 0 | 10111 | 101001 | 1110 | 11010 | 111000 | 1000100 |
Color Harmonies of #DBA881
Complementary color
Monochromatic Colors of #DBA881
Black with #DBA881
Text Example
Text Example
White with #DBA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA881; }
p { color: rgb(219,168,129); }
H1.HeaderClassName
{
color: #DBA881;
}
.AnyTagClassName
{
color: #DBA881;
}
</style>
background-color css
<style>
a { background-color: #DBA881; }
a { background-color: rgb(219,168,129); }
div.DivClassName
{
background-color: #DBA881;
}
.BgClassName
{
background-color: #DBA881;
}
</style>
border-color css
<style>
span { border-color: #DBA881; }
span { border-color: rgb(219,168,129); }
td.TdClassName
{
border-color: #DBA881;
}
.TagClassName
{
border-color: #DBA881;
}
</style>