Shades of Tumbleweed #DB9E7B
Tints of Tumbleweed #DB9E7B
RGB
CMYK
RGB Variations
Color information
#DB9E7B (or 0xDB9E7B) is known color: Tumbleweed. HEX triplet: DB, 9E and 7B. RGB value is (219,158,123). Sum of RGB (Red+Green+Blue) = 219+158+123=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E7B is #246184. Grayscale: #ACACAC. Windows color (decimal): -2384261 or 8101595. OLE color: 8101595.
HSL color Cylindrical-coordinate representation of color #DB9E7B: hue angle of 21.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB9E7B is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 123 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.14 |
| HSL | 21.88º | 0.57% | 0.67% | - |
| HSV(B) | 21.88º | 0.44% | 0.86% | - |
| XYZ | 45.02 | 40.94 | 24.27 | - |
| YUV | 172.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 123 | 0 | 0.28 | 0.44 | 0.14 | 21.88 | 0.57 | 0.67 |
| Hex | DB | 9E | 7B | 0 | 1C | 2C | E | 16 | 39 | 43 |
| Octal | 333 | 236 | 173 | 0 | 34 | 54 | 16 | 26 | 71 | 103 |
| Binary | 11011011 | 10011110 | 1111011 | 0 | 11100 | 101100 | 1110 | 10110 | 111001 | 1000011 |
Color Harmonies of #DB9E7B
Complementary color
Monochromatic Colors of #DB9E7B
Black with #DB9E7B
Text Example
Text Example
White with #DB9E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E7B; }
p { color: rgb(219,158,123); }
H1.HeaderClassName
{
color: #DB9E7B;
}
.AnyTagClassName
{
color: #DB9E7B;
}
</style>
background-color css
<style>
a { background-color: #DB9E7B; }
a { background-color: rgb(219,158,123); }
div.DivClassName
{
background-color: #DB9E7B;
}
.BgClassName
{
background-color: #DB9E7B;
}
</style>
border-color css
<style>
span { border-color: #DB9E7B; }
span { border-color: rgb(219,158,123); }
td.TdClassName
{
border-color: #DB9E7B;
}
.TagClassName
{
border-color: #DB9E7B;
}
</style>