Shades of Tumbleweed #DBA081
Tints of Tumbleweed #DBA081
RGB
CMYK
RGB Variations
Color information
#DBA081 (or 0xDBA081) is known color: Tumbleweed. HEX triplet: DB, A0 and 81. RGB value is (219,160,129). Sum of RGB (Red+Green+Blue) = 219+160+129=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA081 is #245F7E. Grayscale: #AEAEAE. Windows color (decimal): -2383743 or 8495323. OLE color: 8495323.
HSL color Cylindrical-coordinate representation of color #DBA081: hue angle of 20.67º 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 #DBA081 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 129 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.14 |
| HSL | 20.67º | 0.56% | 0.68% | - |
| HSV(B) | 20.67º | 0.41% | 0.86% | - |
| XYZ | 45.75 | 41.79 | 26.42 | - |
| YUV | 174.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 129 | 0 | 0.27 | 0.41 | 0.14 | 20.67 | 0.56 | 0.68 |
| Hex | DB | A0 | 81 | 0 | 1B | 29 | E | 15 | 38 | 44 |
| Octal | 333 | 240 | 201 | 0 | 33 | 51 | 16 | 25 | 70 | 104 |
| Binary | 11011011 | 10100000 | 10000001 | 0 | 11011 | 101001 | 1110 | 10101 | 111000 | 1000100 |
Color Harmonies of #DBA081
Complementary color
Monochromatic Colors of #DBA081
Black with #DBA081
Text Example
Text Example
White with #DBA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA081; }
p { color: rgb(219,160,129); }
H1.HeaderClassName
{
color: #DBA081;
}
.AnyTagClassName
{
color: #DBA081;
}
</style>
background-color css
<style>
a { background-color: #DBA081; }
a { background-color: rgb(219,160,129); }
div.DivClassName
{
background-color: #DBA081;
}
.BgClassName
{
background-color: #DBA081;
}
</style>
border-color css
<style>
span { border-color: #DBA081; }
span { border-color: rgb(219,160,129); }
td.TdClassName
{
border-color: #DBA081;
}
.TagClassName
{
border-color: #DBA081;
}
</style>