Shades of Tumbleweed #DBA685
Tints of Tumbleweed #DBA685
RGB
CMYK
RGB Variations
Color information
#DBA685 (or 0xDBA685) is known color: Tumbleweed. HEX triplet: DB, A6 and 85. RGB value is (219,166,133). Sum of RGB (Red+Green+Blue) = 219+166+133=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA685 is #24597A. Grayscale: #B2B2B2. Windows color (decimal): -2382203 or 8759003. OLE color: 8759003.
HSL color Cylindrical-coordinate representation of color #DBA685: hue angle of 23.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBA685 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 133 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.14 |
| HSL | 23.02º | 0.54% | 0.69% | - |
| HSV(B) | 23.02º | 0.39% | 0.86% | - |
| XYZ | 47.08 | 44.03 | 28.21 | - |
| YUV | 178.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 133 | 0 | 0.24 | 0.39 | 0.14 | 23.02 | 0.54 | 0.69 |
| Hex | DB | A6 | 85 | 0 | 18 | 27 | E | 17 | 36 | 45 |
| Octal | 333 | 246 | 205 | 0 | 30 | 47 | 16 | 27 | 66 | 105 |
| Binary | 11011011 | 10100110 | 10000101 | 0 | 11000 | 100111 | 1110 | 10111 | 110110 | 1000101 |
Color Harmonies of #DBA685
Complementary color
Monochromatic Colors of #DBA685
Black with #DBA685
Text Example
Text Example
White with #DBA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA685; }
p { color: rgb(219,166,133); }
H1.HeaderClassName
{
color: #DBA685;
}
.AnyTagClassName
{
color: #DBA685;
}
</style>
background-color css
<style>
a { background-color: #DBA685; }
a { background-color: rgb(219,166,133); }
div.DivClassName
{
background-color: #DBA685;
}
.BgClassName
{
background-color: #DBA685;
}
</style>
border-color css
<style>
span { border-color: #DBA685; }
span { border-color: rgb(219,166,133); }
td.TdClassName
{
border-color: #DBA685;
}
.TagClassName
{
border-color: #DBA685;
}
</style>