Shades of Tumbleweed #DB9F7C
Tints of Tumbleweed #DB9F7C
RGB
CMYK
RGB Variations
Color information
#DB9F7C (or 0xDB9F7C) is known color: Tumbleweed. HEX triplet: DB, 9F and 7C. RGB value is (219,159,124). Sum of RGB (Red+Green+Blue) = 219+159+124=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F7C is #246083. Grayscale: #ADADAD. Windows color (decimal): -2384004 or 8167387. OLE color: 8167387.
HSL color Cylindrical-coordinate representation of color #DB9F7C: hue angle of 22.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB9F7C is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 124 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.14 |
| HSL | 22.11º | 0.57% | 0.67% | - |
| HSV(B) | 22.11º | 0.43% | 0.86% | - |
| XYZ | 45.25 | 41.31 | 24.66 | - |
| YUV | 172.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 124 | 0 | 0.27 | 0.43 | 0.14 | 22.11 | 0.57 | 0.67 |
| Hex | DB | 9F | 7C | 0 | 1B | 2B | E | 16 | 39 | 43 |
| Octal | 333 | 237 | 174 | 0 | 33 | 53 | 16 | 26 | 71 | 103 |
| Binary | 11011011 | 10011111 | 1111100 | 0 | 11011 | 101011 | 1110 | 10110 | 111001 | 1000011 |
Color Harmonies of #DB9F7C
Complementary color
Monochromatic Colors of #DB9F7C
Black with #DB9F7C
Text Example
Text Example
White with #DB9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F7C; }
p { color: rgb(219,159,124); }
H1.HeaderClassName
{
color: #DB9F7C;
}
.AnyTagClassName
{
color: #DB9F7C;
}
</style>
background-color css
<style>
a { background-color: #DB9F7C; }
a { background-color: rgb(219,159,124); }
div.DivClassName
{
background-color: #DB9F7C;
}
.BgClassName
{
background-color: #DB9F7C;
}
</style>
border-color css
<style>
span { border-color: #DB9F7C; }
span { border-color: rgb(219,159,124); }
td.TdClassName
{
border-color: #DB9F7C;
}
.TagClassName
{
border-color: #DB9F7C;
}
</style>