Shades of Tumbleweed #DB9E82
Tints of Tumbleweed #DB9E82
RGB
CMYK
RGB Variations
Color information
#DB9E82 (or 0xDB9E82) is known color: Tumbleweed. HEX triplet: DB, 9E and 82. RGB value is (219,158,130). Sum of RGB (Red+Green+Blue) = 219+158+130=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E82 is #24617D. Grayscale: #ADADAD. Windows color (decimal): -2384254 or 8560347. OLE color: 8560347.
HSL color Cylindrical-coordinate representation of color #DB9E82: hue angle of 18.88º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB9E82 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 130 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.14 |
| HSL | 18.88º | 0.55% | 0.68% | - |
| HSV(B) | 18.88º | 0.41% | 0.86% | - |
| XYZ | 45.47 | 41.13 | 26.66 | - |
| YUV | 173.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 130 | 0 | 0.28 | 0.41 | 0.14 | 18.88 | 0.55 | 0.68 |
| Hex | DB | 9E | 82 | 0 | 1C | 29 | E | 13 | 37 | 44 |
| Octal | 333 | 236 | 202 | 0 | 34 | 51 | 16 | 23 | 67 | 104 |
| Binary | 11011011 | 10011110 | 10000010 | 0 | 11100 | 101001 | 1110 | 10011 | 110111 | 1000100 |
Color Harmonies of #DB9E82
Complementary color
Monochromatic Colors of #DB9E82
Black with #DB9E82
Text Example
Text Example
White with #DB9E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E82; }
p { color: rgb(219,158,130); }
H1.HeaderClassName
{
color: #DB9E82;
}
.AnyTagClassName
{
color: #DB9E82;
}
</style>
background-color css
<style>
a { background-color: #DB9E82; }
a { background-color: rgb(219,158,130); }
div.DivClassName
{
background-color: #DB9E82;
}
.BgClassName
{
background-color: #DB9E82;
}
</style>
border-color css
<style>
span { border-color: #DB9E82; }
span { border-color: rgb(219,158,130); }
td.TdClassName
{
border-color: #DB9E82;
}
.TagClassName
{
border-color: #DB9E82;
}
</style>