Shades of Tumbleweed #DB9C77
Tints of Tumbleweed #DB9C77
RGB
CMYK
RGB Variations
Color information
#DB9C77 (or 0xDB9C77) is known color: Tumbleweed. HEX triplet: DB, 9C and 77. RGB value is (219,156,119). Sum of RGB (Red+Green+Blue) = 219+156+119=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C77 is #246388. Grayscale: #AAAAAA. Windows color (decimal): -2384777 or 7838939. OLE color: 7838939.
HSL color Cylindrical-coordinate representation of color #DB9C77: hue angle of 22.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB9C77 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 119 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.14 |
| HSL | 22.2º | 0.58% | 0.66% | - |
| HSV(B) | 22.2º | 0.46% | 0.86% | - |
| XYZ | 44.43 | 40.17 | 22.86 | - |
| YUV | 170.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 119 | 0 | 0.29 | 0.46 | 0.14 | 22.2 | 0.58 | 0.66 |
| Hex | DB | 9C | 77 | 0 | 1D | 2E | E | 16 | 3A | 42 |
| Octal | 333 | 234 | 167 | 0 | 35 | 56 | 16 | 26 | 72 | 102 |
| Binary | 11011011 | 10011100 | 1110111 | 0 | 11101 | 101110 | 1110 | 10110 | 111010 | 1000010 |
Color Harmonies of #DB9C77
Complementary color
Monochromatic Colors of #DB9C77
Black with #DB9C77
Text Example
Text Example
White with #DB9C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C77; }
p { color: rgb(219,156,119); }
H1.HeaderClassName
{
color: #DB9C77;
}
.AnyTagClassName
{
color: #DB9C77;
}
</style>
background-color css
<style>
a { background-color: #DB9C77; }
a { background-color: rgb(219,156,119); }
div.DivClassName
{
background-color: #DB9C77;
}
.BgClassName
{
background-color: #DB9C77;
}
</style>
border-color css
<style>
span { border-color: #DB9C77; }
span { border-color: rgb(219,156,119); }
td.TdClassName
{
border-color: #DB9C77;
}
.TagClassName
{
border-color: #DB9C77;
}
</style>