Shades of Tumbleweed #DBA080
Tints of Tumbleweed #DBA080
RGB
CMYK
RGB Variations
Color information
#DBA080 (or 0xDBA080) is known color: Tumbleweed. HEX triplet: DB, A0 and 80. RGB value is (219,160,128). Sum of RGB (Red+Green+Blue) = 219+160+128=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA080 is #245F7F. Grayscale: #AEAEAE. Windows color (decimal): -2383744 or 8429787. OLE color: 8429787.
HSL color Cylindrical-coordinate representation of color #DBA080: hue angle of 21.1º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBA080 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 128 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.14 |
| HSL | 21.1º | 0.56% | 0.68% | - |
| HSV(B) | 21.1º | 0.42% | 0.86% | - |
| XYZ | 45.68 | 41.76 | 26.07 | - |
| YUV | 173.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 128 | 0 | 0.27 | 0.42 | 0.14 | 21.1 | 0.56 | 0.68 |
| Hex | DB | A0 | 80 | 0 | 1B | 2A | E | 15 | 38 | 44 |
| Octal | 333 | 240 | 200 | 0 | 33 | 52 | 16 | 25 | 70 | 104 |
| Binary | 11011011 | 10100000 | 10000000 | 0 | 11011 | 101010 | 1110 | 10101 | 111000 | 1000100 |
Color Harmonies of #DBA080
Complementary color
Monochromatic Colors of #DBA080
Black with #DBA080
Text Example
Text Example
White with #DBA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA080; }
p { color: rgb(219,160,128); }
H1.HeaderClassName
{
color: #DBA080;
}
.AnyTagClassName
{
color: #DBA080;
}
</style>
background-color css
<style>
a { background-color: #DBA080; }
a { background-color: rgb(219,160,128); }
div.DivClassName
{
background-color: #DBA080;
}
.BgClassName
{
background-color: #DBA080;
}
</style>
border-color css
<style>
span { border-color: #DBA080; }
span { border-color: rgb(219,160,128); }
td.TdClassName
{
border-color: #DBA080;
}
.TagClassName
{
border-color: #DBA080;
}
</style>