Shades of Tumbleweed #DBA287
Tints of Tumbleweed #DBA287
RGB
CMYK
RGB Variations
Color information
#DBA287 (or 0xDBA287) is known color: Tumbleweed. HEX triplet: DB, A2 and 87. RGB value is (219,162,135). Sum of RGB (Red+Green+Blue) = 219+162+135=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA287 is #245D78. Grayscale: #B0B0B0. Windows color (decimal): -2383225 or 8889051. OLE color: 8889051.
HSL color Cylindrical-coordinate representation of color #DBA287: hue angle of 19.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBA287 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 135 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.14 |
| HSL | 19.29º | 0.54% | 0.69% | - |
| HSV(B) | 19.29º | 0.38% | 0.86% | - |
| XYZ | 46.51 | 42.65 | 28.7 | - |
| YUV | 175.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 135 | 0 | 0.26 | 0.38 | 0.14 | 19.29 | 0.54 | 0.69 |
| Hex | DB | A2 | 87 | 0 | 1A | 26 | E | 13 | 36 | 45 |
| Octal | 333 | 242 | 207 | 0 | 32 | 46 | 16 | 23 | 66 | 105 |
| Binary | 11011011 | 10100010 | 10000111 | 0 | 11010 | 100110 | 1110 | 10011 | 110110 | 1000101 |
Color Harmonies of #DBA287
Complementary color
Monochromatic Colors of #DBA287
Black with #DBA287
Text Example
Text Example
White with #DBA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA287; }
p { color: rgb(219,162,135); }
H1.HeaderClassName
{
color: #DBA287;
}
.AnyTagClassName
{
color: #DBA287;
}
</style>
background-color css
<style>
a { background-color: #DBA287; }
a { background-color: rgb(219,162,135); }
div.DivClassName
{
background-color: #DBA287;
}
.BgClassName
{
background-color: #DBA287;
}
</style>
border-color css
<style>
span { border-color: #DBA287; }
span { border-color: rgb(219,162,135); }
td.TdClassName
{
border-color: #DBA287;
}
.TagClassName
{
border-color: #DBA287;
}
</style>