Shades of Tumbleweed #DBA680
Tints of Tumbleweed #DBA680
RGB
CMYK
RGB Variations
Color information
#DBA680 (or 0xDBA680) is known color: Tumbleweed. HEX triplet: DB, A6 and 80. RGB value is (219,166,128). Sum of RGB (Red+Green+Blue) = 219+166+128=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA680 is #24597F. Grayscale: #B1B1B1. Windows color (decimal): -2382208 or 8431323. OLE color: 8431323.
HSL color Cylindrical-coordinate representation of color #DBA680: hue angle of 25.05º 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 #DBA680 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 128 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.14 |
| HSL | 25.05º | 0.56% | 0.68% | - |
| HSV(B) | 25.05º | 0.42% | 0.86% | - |
| XYZ | 46.75 | 43.89 | 26.43 | - |
| YUV | 177.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 128 | 0 | 0.24 | 0.42 | 0.14 | 25.05 | 0.56 | 0.68 |
| Hex | DB | A6 | 80 | 0 | 18 | 2A | E | 19 | 38 | 44 |
| Octal | 333 | 246 | 200 | 0 | 30 | 52 | 16 | 31 | 70 | 104 |
| Binary | 11011011 | 10100110 | 10000000 | 0 | 11000 | 101010 | 1110 | 11001 | 111000 | 1000100 |
Color Harmonies of #DBA680
Complementary color
Monochromatic Colors of #DBA680
Black with #DBA680
Text Example
Text Example
White with #DBA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA680; }
p { color: rgb(219,166,128); }
H1.HeaderClassName
{
color: #DBA680;
}
.AnyTagClassName
{
color: #DBA680;
}
</style>
background-color css
<style>
a { background-color: #DBA680; }
a { background-color: rgb(219,166,128); }
div.DivClassName
{
background-color: #DBA680;
}
.BgClassName
{
background-color: #DBA680;
}
</style>
border-color css
<style>
span { border-color: #DBA680; }
span { border-color: rgb(219,166,128); }
td.TdClassName
{
border-color: #DBA680;
}
.TagClassName
{
border-color: #DBA680;
}
</style>