Shades of Tumbleweed #DC9C80
Tints of Tumbleweed #DC9C80
RGB
CMYK
RGB Variations
Color information
#DC9C80 (or 0xDC9C80) is known color: Tumbleweed. HEX triplet: DC, 9C and 80. RGB value is (220,156,128). Sum of RGB (Red+Green+Blue) = 220+156+128=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C80 is #23637F. Grayscale: #ACACAC. Windows color (decimal): -2319232 or 8428764. OLE color: 8428764.
HSL color Cylindrical-coordinate representation of color #DC9C80: hue angle of 18.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC9C80 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 128 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.14 |
| HSL | 18.26º | 0.57% | 0.68% | - |
| HSV(B) | 18.26º | 0.42% | 0.86% | - |
| XYZ | 45.3 | 40.55 | 25.86 | - |
| YUV | 171.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 128 | 0 | 0.29 | 0.42 | 0.14 | 18.26 | 0.57 | 0.68 |
| Hex | DC | 9C | 80 | 0 | 1D | 2A | E | 12 | 39 | 44 |
| Octal | 334 | 234 | 200 | 0 | 35 | 52 | 16 | 22 | 71 | 104 |
| Binary | 11011100 | 10011100 | 10000000 | 0 | 11101 | 101010 | 1110 | 10010 | 111001 | 1000100 |
Color Harmonies of #DC9C80
Complementary color
Monochromatic Colors of #DC9C80
Black with #DC9C80
Text Example
Text Example
White with #DC9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C80; }
p { color: rgb(220,156,128); }
H1.HeaderClassName
{
color: #DC9C80;
}
.AnyTagClassName
{
color: #DC9C80;
}
</style>
background-color css
<style>
a { background-color: #DC9C80; }
a { background-color: rgb(220,156,128); }
div.DivClassName
{
background-color: #DC9C80;
}
.BgClassName
{
background-color: #DC9C80;
}
</style>
border-color css
<style>
span { border-color: #DC9C80; }
span { border-color: rgb(220,156,128); }
td.TdClassName
{
border-color: #DC9C80;
}
.TagClassName
{
border-color: #DC9C80;
}
</style>