Shades of Tumbleweed #DC9D82
Tints of Tumbleweed #DC9D82
RGB
CMYK
RGB Variations
Color information
#DC9D82 (or 0xDC9D82) is known color: Tumbleweed. HEX triplet: DC, 9D and 82. RGB value is (220,157,130). Sum of RGB (Red+Green+Blue) = 220+157+130=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D82 is #23627D. Grayscale: #ACACAC. Windows color (decimal): -2318974 or 8560092. OLE color: 8560092.
HSL color Cylindrical-coordinate representation of color #DC9D82: hue angle of 18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC9D82 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 130 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.14 |
| HSL | 18º | 0.56% | 0.69% | - |
| HSV(B) | 18º | 0.41% | 0.86% | - |
| XYZ | 45.6 | 40.94 | 26.62 | - |
| YUV | 172.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 130 | 0 | 0.29 | 0.41 | 0.14 | 18 | 0.56 | 0.69 |
| Hex | DC | 9D | 82 | 0 | 1D | 29 | E | 12 | 38 | 45 |
| Octal | 334 | 235 | 202 | 0 | 35 | 51 | 16 | 22 | 70 | 105 |
| Binary | 11011100 | 10011101 | 10000010 | 0 | 11101 | 101001 | 1110 | 10010 | 111000 | 1000101 |
Color Harmonies of #DC9D82
Complementary color
Monochromatic Colors of #DC9D82
Black with #DC9D82
Text Example
Text Example
White with #DC9D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D82; }
p { color: rgb(220,157,130); }
H1.HeaderClassName
{
color: #DC9D82;
}
.AnyTagClassName
{
color: #DC9D82;
}
</style>
background-color css
<style>
a { background-color: #DC9D82; }
a { background-color: rgb(220,157,130); }
div.DivClassName
{
background-color: #DC9D82;
}
.BgClassName
{
background-color: #DC9D82;
}
</style>
border-color css
<style>
span { border-color: #DC9D82; }
span { border-color: rgb(220,157,130); }
td.TdClassName
{
border-color: #DC9D82;
}
.TagClassName
{
border-color: #DC9D82;
}
</style>