Shades of Tumbleweed #DBA087
Tints of Tumbleweed #DBA087
RGB
CMYK
RGB Variations
Color information
#DBA087 (or 0xDBA087) is known color: Tumbleweed. HEX triplet: DB, A0 and 87. RGB value is (219,160,135). Sum of RGB (Red+Green+Blue) = 219+160+135=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA087 is #245F78. Grayscale: #AEAEAE. Windows color (decimal): -2383737 or 8888539. OLE color: 8888539.
HSL color Cylindrical-coordinate representation of color #DBA087: hue angle of 17.86º 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 #DBA087 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 135 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.14 |
| HSL | 17.86º | 0.54% | 0.69% | - |
| HSV(B) | 17.86º | 0.38% | 0.86% | - |
| XYZ | 46.16 | 41.95 | 28.59 | - |
| YUV | 174.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 135 | 0 | 0.27 | 0.38 | 0.14 | 17.86 | 0.54 | 0.69 |
| Hex | DB | A0 | 87 | 0 | 1B | 26 | E | 12 | 36 | 45 |
| Octal | 333 | 240 | 207 | 0 | 33 | 46 | 16 | 22 | 66 | 105 |
| Binary | 11011011 | 10100000 | 10000111 | 0 | 11011 | 100110 | 1110 | 10010 | 110110 | 1000101 |
Color Harmonies of #DBA087
Complementary color
Monochromatic Colors of #DBA087
Black with #DBA087
Text Example
Text Example
White with #DBA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA087; }
p { color: rgb(219,160,135); }
H1.HeaderClassName
{
color: #DBA087;
}
.AnyTagClassName
{
color: #DBA087;
}
</style>
background-color css
<style>
a { background-color: #DBA087; }
a { background-color: rgb(219,160,135); }
div.DivClassName
{
background-color: #DBA087;
}
.BgClassName
{
background-color: #DBA087;
}
</style>
border-color css
<style>
span { border-color: #DBA087; }
span { border-color: rgb(219,160,135); }
td.TdClassName
{
border-color: #DBA087;
}
.TagClassName
{
border-color: #DBA087;
}
</style>