Shades of Tumbleweed #DC9E73
Tints of Tumbleweed #DC9E73
RGB
CMYK
RGB Variations
Color information
#DC9E73 (or 0xDC9E73) is known color: Tumbleweed. HEX triplet: DC, 9E and 73. RGB value is (220,158,115). Sum of RGB (Red+Green+Blue) = 220+158+115=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E73 is #23618C. Grayscale: #ABABAB. Windows color (decimal): -2318733 or 7577308. OLE color: 7577308.
HSL color Cylindrical-coordinate representation of color #DC9E73: hue angle of 24.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC9E73 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 115 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.14 |
| HSL | 24.57º | 0.6% | 0.66% | - |
| HSV(B) | 24.57º | 0.48% | 0.86% | - |
| XYZ | 44.84 | 40.91 | 21.75 | - |
| YUV | 171.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 115 | 0 | 0.28 | 0.48 | 0.14 | 24.57 | 0.6 | 0.66 |
| Hex | DC | 9E | 73 | 0 | 1C | 30 | E | 19 | 3C | 42 |
| Octal | 334 | 236 | 163 | 0 | 34 | 60 | 16 | 31 | 74 | 102 |
| Binary | 11011100 | 10011110 | 1110011 | 0 | 11100 | 110000 | 1110 | 11001 | 111100 | 1000010 |
Color Harmonies of #DC9E73
Complementary color
Monochromatic Colors of #DC9E73
Black with #DC9E73
Text Example
Text Example
White with #DC9E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E73; }
p { color: rgb(220,158,115); }
H1.HeaderClassName
{
color: #DC9E73;
}
.AnyTagClassName
{
color: #DC9E73;
}
</style>
background-color css
<style>
a { background-color: #DC9E73; }
a { background-color: rgb(220,158,115); }
div.DivClassName
{
background-color: #DC9E73;
}
.BgClassName
{
background-color: #DC9E73;
}
</style>
border-color css
<style>
span { border-color: #DC9E73; }
span { border-color: rgb(220,158,115); }
td.TdClassName
{
border-color: #DC9E73;
}
.TagClassName
{
border-color: #DC9E73;
}
</style>