Shades of Tumbleweed #DBA385
Tints of Tumbleweed #DBA385
RGB
CMYK
RGB Variations
Color information
#DBA385 (or 0xDBA385) is known color: Tumbleweed. HEX triplet: DB, A3 and 85. RGB value is (219,163,133). Sum of RGB (Red+Green+Blue) = 219+163+133=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA385 is #245C7A. Grayscale: #B0B0B0. Windows color (decimal): -2382971 or 8758235. OLE color: 8758235.
HSL color Cylindrical-coordinate representation of color #DBA385: hue angle of 20.93º 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 #DBA385 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 133 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.14 |
| HSL | 20.93º | 0.54% | 0.69% | - |
| HSV(B) | 20.93º | 0.39% | 0.86% | - |
| XYZ | 46.54 | 42.95 | 28.03 | - |
| YUV | 176.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 133 | 0 | 0.26 | 0.39 | 0.14 | 20.93 | 0.54 | 0.69 |
| Hex | DB | A3 | 85 | 0 | 1A | 27 | E | 15 | 36 | 45 |
| Octal | 333 | 243 | 205 | 0 | 32 | 47 | 16 | 25 | 66 | 105 |
| Binary | 11011011 | 10100011 | 10000101 | 0 | 11010 | 100111 | 1110 | 10101 | 110110 | 1000101 |
Color Harmonies of #DBA385
Complementary color
Monochromatic Colors of #DBA385
Black with #DBA385
Text Example
Text Example
White with #DBA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA385; }
p { color: rgb(219,163,133); }
H1.HeaderClassName
{
color: #DBA385;
}
.AnyTagClassName
{
color: #DBA385;
}
</style>
background-color css
<style>
a { background-color: #DBA385; }
a { background-color: rgb(219,163,133); }
div.DivClassName
{
background-color: #DBA385;
}
.BgClassName
{
background-color: #DBA385;
}
</style>
border-color css
<style>
span { border-color: #DBA385; }
span { border-color: rgb(219,163,133); }
td.TdClassName
{
border-color: #DBA385;
}
.TagClassName
{
border-color: #DBA385;
}
</style>