Shades of Tumbleweed #DC9E78
Tints of Tumbleweed #DC9E78
RGB
CMYK
RGB Variations
Color information
#DC9E78 (or 0xDC9E78) is known color: Tumbleweed. HEX triplet: DC, 9E and 78. RGB value is (220,158,120). Sum of RGB (Red+Green+Blue) = 220+158+120=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E78 is #236187. Grayscale: #ACACAC. Windows color (decimal): -2318728 or 7904988. OLE color: 7904988.
HSL color Cylindrical-coordinate representation of color #DC9E78: hue angle of 22.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9E78 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 120 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.14 |
| HSL | 22.8º | 0.59% | 0.67% | - |
| HSV(B) | 22.8º | 0.45% | 0.86% | - |
| XYZ | 45.13 | 41.03 | 23.31 | - |
| YUV | 172.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 120 | 0 | 0.28 | 0.45 | 0.14 | 22.8 | 0.59 | 0.67 |
| Hex | DC | 9E | 78 | 0 | 1C | 2D | E | 17 | 3B | 43 |
| Octal | 334 | 236 | 170 | 0 | 34 | 55 | 16 | 27 | 73 | 103 |
| Binary | 11011100 | 10011110 | 1111000 | 0 | 11100 | 101101 | 1110 | 10111 | 111011 | 1000011 |
Color Harmonies of #DC9E78
Complementary color
Monochromatic Colors of #DC9E78
Black with #DC9E78
Text Example
Text Example
White with #DC9E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E78; }
p { color: rgb(220,158,120); }
H1.HeaderClassName
{
color: #DC9E78;
}
.AnyTagClassName
{
color: #DC9E78;
}
</style>
background-color css
<style>
a { background-color: #DC9E78; }
a { background-color: rgb(220,158,120); }
div.DivClassName
{
background-color: #DC9E78;
}
.BgClassName
{
background-color: #DC9E78;
}
</style>
border-color css
<style>
span { border-color: #DC9E78; }
span { border-color: rgb(220,158,120); }
td.TdClassName
{
border-color: #DC9E78;
}
.TagClassName
{
border-color: #DC9E78;
}
</style>