Shades of Tumbleweed #DB9C7A
Tints of Tumbleweed #DB9C7A
RGB
CMYK
RGB Variations
Color information
#DB9C7A (or 0xDB9C7A) is known color: Tumbleweed. HEX triplet: DB, 9C and 7A. RGB value is (219,156,122). Sum of RGB (Red+Green+Blue) = 219+156+122=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C7A is #246385. Grayscale: #ABABAB. Windows color (decimal): -2384774 or 8035547. OLE color: 8035547.
HSL color Cylindrical-coordinate representation of color #DB9C7A: hue angle of 21.03º 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 #DB9C7A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 122 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.14 |
| HSL | 21.03º | 0.57% | 0.67% | - |
| HSV(B) | 21.03º | 0.44% | 0.86% | - |
| XYZ | 44.61 | 40.24 | 23.83 | - |
| YUV | 170.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 122 | 0 | 0.29 | 0.44 | 0.14 | 21.03 | 0.57 | 0.67 |
| Hex | DB | 9C | 7A | 0 | 1D | 2C | E | 15 | 39 | 43 |
| Octal | 333 | 234 | 172 | 0 | 35 | 54 | 16 | 25 | 71 | 103 |
| Binary | 11011011 | 10011100 | 1111010 | 0 | 11101 | 101100 | 1110 | 10101 | 111001 | 1000011 |
Color Harmonies of #DB9C7A
Complementary color
Monochromatic Colors of #DB9C7A
Black with #DB9C7A
Text Example
Text Example
White with #DB9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C7A; }
p { color: rgb(219,156,122); }
H1.HeaderClassName
{
color: #DB9C7A;
}
.AnyTagClassName
{
color: #DB9C7A;
}
</style>
background-color css
<style>
a { background-color: #DB9C7A; }
a { background-color: rgb(219,156,122); }
div.DivClassName
{
background-color: #DB9C7A;
}
.BgClassName
{
background-color: #DB9C7A;
}
</style>
border-color css
<style>
span { border-color: #DB9C7A; }
span { border-color: rgb(219,156,122); }
td.TdClassName
{
border-color: #DB9C7A;
}
.TagClassName
{
border-color: #DB9C7A;
}
</style>