Shades of Tumbleweed #DC9C77
Tints of Tumbleweed #DC9C77
RGB
CMYK
RGB Variations
Color information
#DC9C77 (or 0xDC9C77) is known color: Tumbleweed. HEX triplet: DC, 9C and 77. RGB value is (220,156,119). Sum of RGB (Red+Green+Blue) = 220+156+119=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C77 is #236388. Grayscale: #ABABAB. Windows color (decimal): -2319241 or 7838940. OLE color: 7838940.
HSL color Cylindrical-coordinate representation of color #DC9C77: hue angle of 21.98º degrees, saturation: 0.59, 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 #DC9C77 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 119 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.14 |
| HSL | 21.98º | 0.59% | 0.66% | - |
| HSV(B) | 21.98º | 0.46% | 0.86% | - |
| XYZ | 44.73 | 40.32 | 22.88 | - |
| YUV | 170.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 119 | 0 | 0.29 | 0.46 | 0.14 | 21.98 | 0.59 | 0.66 |
| Hex | DC | 9C | 77 | 0 | 1D | 2E | E | 16 | 3B | 42 |
| Octal | 334 | 234 | 167 | 0 | 35 | 56 | 16 | 26 | 73 | 102 |
| Binary | 11011100 | 10011100 | 1110111 | 0 | 11101 | 101110 | 1110 | 10110 | 111011 | 1000010 |
Color Harmonies of #DC9C77
Complementary color
Monochromatic Colors of #DC9C77
Black with #DC9C77
Text Example
Text Example
White with #DC9C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C77; }
p { color: rgb(220,156,119); }
H1.HeaderClassName
{
color: #DC9C77;
}
.AnyTagClassName
{
color: #DC9C77;
}
</style>
background-color css
<style>
a { background-color: #DC9C77; }
a { background-color: rgb(220,156,119); }
div.DivClassName
{
background-color: #DC9C77;
}
.BgClassName
{
background-color: #DC9C77;
}
</style>
border-color css
<style>
span { border-color: #DC9C77; }
span { border-color: rgb(220,156,119); }
td.TdClassName
{
border-color: #DC9C77;
}
.TagClassName
{
border-color: #DC9C77;
}
</style>