Shades of Tumbleweed #DB9F7A
Tints of Tumbleweed #DB9F7A
RGB
CMYK
RGB Variations
Color information
#DB9F7A (or 0xDB9F7A) is known color: Tumbleweed. HEX triplet: DB, 9F and 7A. RGB value is (219,159,122). Sum of RGB (Red+Green+Blue) = 219+159+122=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9F7A is #246085. Grayscale: #ACACAC. Windows color (decimal): -2384006 or 8036315. OLE color: 8036315.
HSL color Cylindrical-coordinate representation of color #DB9F7A: hue angle of 22.89º 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 #DB9F7A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 122 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.14 |
| HSL | 22.89º | 0.57% | 0.67% | - |
| HSV(B) | 22.89º | 0.44% | 0.86% | - |
| XYZ | 45.12 | 41.26 | 24 | - |
| YUV | 172.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 122 | 0 | 0.27 | 0.44 | 0.14 | 22.89 | 0.57 | 0.67 |
| Hex | DB | 9F | 7A | 0 | 1B | 2C | E | 17 | 39 | 43 |
| Octal | 333 | 237 | 172 | 0 | 33 | 54 | 16 | 27 | 71 | 103 |
| Binary | 11011011 | 10011111 | 1111010 | 0 | 11011 | 101100 | 1110 | 10111 | 111001 | 1000011 |
Color Harmonies of #DB9F7A
Complementary color
Monochromatic Colors of #DB9F7A
Black with #DB9F7A
Text Example
Text Example
White with #DB9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F7A; }
p { color: rgb(219,159,122); }
H1.HeaderClassName
{
color: #DB9F7A;
}
.AnyTagClassName
{
color: #DB9F7A;
}
</style>
background-color css
<style>
a { background-color: #DB9F7A; }
a { background-color: rgb(219,159,122); }
div.DivClassName
{
background-color: #DB9F7A;
}
.BgClassName
{
background-color: #DB9F7A;
}
</style>
border-color css
<style>
span { border-color: #DB9F7A; }
span { border-color: rgb(219,159,122); }
td.TdClassName
{
border-color: #DB9F7A;
}
.TagClassName
{
border-color: #DB9F7A;
}
</style>