Shades of Tumbleweed #DC9D7A
Tints of Tumbleweed #DC9D7A
RGB
CMYK
RGB Variations
Color information
#DC9D7A (or 0xDC9D7A) is known color: Tumbleweed. HEX triplet: DC, 9D and 7A. RGB value is (220,157,122). Sum of RGB (Red+Green+Blue) = 220+157+122=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D7A is #236285. Grayscale: #ACACAC. Windows color (decimal): -2318982 or 8035804. OLE color: 8035804.
HSL color Cylindrical-coordinate representation of color #DC9D7A: hue angle of 21.43º degrees, saturation: 0.58, 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 #DC9D7A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 122 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.14 |
| HSL | 21.43º | 0.58% | 0.67% | - |
| HSV(B) | 21.43º | 0.45% | 0.86% | - |
| XYZ | 45.09 | 40.73 | 23.9 | - |
| YUV | 171.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 122 | 0 | 0.29 | 0.45 | 0.14 | 21.43 | 0.58 | 0.67 |
| Hex | DC | 9D | 7A | 0 | 1D | 2D | E | 15 | 3A | 43 |
| Octal | 334 | 235 | 172 | 0 | 35 | 55 | 16 | 25 | 72 | 103 |
| Binary | 11011100 | 10011101 | 1111010 | 0 | 11101 | 101101 | 1110 | 10101 | 111010 | 1000011 |
Color Harmonies of #DC9D7A
Complementary color
Monochromatic Colors of #DC9D7A
Black with #DC9D7A
Text Example
Text Example
White with #DC9D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D7A; }
p { color: rgb(220,157,122); }
H1.HeaderClassName
{
color: #DC9D7A;
}
.AnyTagClassName
{
color: #DC9D7A;
}
</style>
background-color css
<style>
a { background-color: #DC9D7A; }
a { background-color: rgb(220,157,122); }
div.DivClassName
{
background-color: #DC9D7A;
}
.BgClassName
{
background-color: #DC9D7A;
}
</style>
border-color css
<style>
span { border-color: #DC9D7A; }
span { border-color: rgb(220,157,122); }
td.TdClassName
{
border-color: #DC9D7A;
}
.TagClassName
{
border-color: #DC9D7A;
}
</style>