Shades of Tumbleweed #DBA487
Tints of Tumbleweed #DBA487
RGB
CMYK
RGB Variations
Color information
#DBA487 (or 0xDBA487) is known color: Tumbleweed. HEX triplet: DB, A4 and 87. RGB value is (219,164,135). Sum of RGB (Red+Green+Blue) = 219+164+135=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA487 is #245B78. Grayscale: #B1B1B1. Windows color (decimal): -2382713 or 8889563. OLE color: 8889563.
HSL color Cylindrical-coordinate representation of color #DBA487: hue angle of 20.71º 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 #DBA487 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 135 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.14 |
| HSL | 20.71º | 0.54% | 0.69% | - |
| HSV(B) | 20.71º | 0.38% | 0.86% | - |
| XYZ | 46.86 | 43.36 | 28.82 | - |
| YUV | 177.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 135 | 0 | 0.25 | 0.38 | 0.14 | 20.71 | 0.54 | 0.69 |
| Hex | DB | A4 | 87 | 0 | 19 | 26 | E | 15 | 36 | 45 |
| Octal | 333 | 244 | 207 | 0 | 31 | 46 | 16 | 25 | 66 | 105 |
| Binary | 11011011 | 10100100 | 10000111 | 0 | 11001 | 100110 | 1110 | 10101 | 110110 | 1000101 |
Color Harmonies of #DBA487
Complementary color
Monochromatic Colors of #DBA487
Black with #DBA487
Text Example
Text Example
White with #DBA487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA487; }
p { color: rgb(219,164,135); }
H1.HeaderClassName
{
color: #DBA487;
}
.AnyTagClassName
{
color: #DBA487;
}
</style>
background-color css
<style>
a { background-color: #DBA487; }
a { background-color: rgb(219,164,135); }
div.DivClassName
{
background-color: #DBA487;
}
.BgClassName
{
background-color: #DBA487;
}
</style>
border-color css
<style>
span { border-color: #DBA487; }
span { border-color: rgb(219,164,135); }
td.TdClassName
{
border-color: #DBA487;
}
.TagClassName
{
border-color: #DBA487;
}
</style>