Shades of Tumbleweed #DBA386
Tints of Tumbleweed #DBA386
RGB
CMYK
RGB Variations
Color information
#DBA386 (or 0xDBA386) is known color: Tumbleweed. HEX triplet: DB, A3 and 86. RGB value is (219,163,134). Sum of RGB (Red+Green+Blue) = 219+163+134=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA386 is #245C79. Grayscale: #B0B0B0. Windows color (decimal): -2382970 or 8823771. OLE color: 8823771.
HSL color Cylindrical-coordinate representation of color #DBA386: hue angle of 20.47º 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 #DBA386 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 134 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.14 |
| HSL | 20.47º | 0.54% | 0.69% | - |
| HSV(B) | 20.47º | 0.39% | 0.86% | - |
| XYZ | 46.61 | 42.98 | 28.39 | - |
| YUV | 176.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 134 | 0 | 0.26 | 0.39 | 0.14 | 20.47 | 0.54 | 0.69 |
| Hex | DB | A3 | 86 | 0 | 1A | 27 | E | 14 | 36 | 45 |
| Octal | 333 | 243 | 206 | 0 | 32 | 47 | 16 | 24 | 66 | 105 |
| Binary | 11011011 | 10100011 | 10000110 | 0 | 11010 | 100111 | 1110 | 10100 | 110110 | 1000101 |
Color Harmonies of #DBA386
Complementary color
Monochromatic Colors of #DBA386
Black with #DBA386
Text Example
Text Example
White with #DBA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA386; }
p { color: rgb(219,163,134); }
H1.HeaderClassName
{
color: #DBA386;
}
.AnyTagClassName
{
color: #DBA386;
}
</style>
background-color css
<style>
a { background-color: #DBA386; }
a { background-color: rgb(219,163,134); }
div.DivClassName
{
background-color: #DBA386;
}
.BgClassName
{
background-color: #DBA386;
}
</style>
border-color css
<style>
span { border-color: #DBA386; }
span { border-color: rgb(219,163,134); }
td.TdClassName
{
border-color: #DBA386;
}
.TagClassName
{
border-color: #DBA386;
}
</style>