Shades of Tumbleweed #DC9C7E
Tints of Tumbleweed #DC9C7E
RGB
CMYK
RGB Variations
Color information
#DC9C7E (or 0xDC9C7E) is known color: Tumbleweed. HEX triplet: DC, 9C and 7E. RGB value is (220,156,126). Sum of RGB (Red+Green+Blue) = 220+156+126=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C7E is #236381. Grayscale: #ABABAB. Windows color (decimal): -2319234 or 8297692. OLE color: 8297692.
HSL color Cylindrical-coordinate representation of color #DC9C7E: hue angle of 19.15º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC9C7E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 126 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.14 |
| HSL | 19.15º | 0.57% | 0.68% | - |
| HSV(B) | 19.15º | 0.43% | 0.86% | - |
| XYZ | 45.17 | 40.5 | 25.18 | - |
| YUV | 171.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 126 | 0 | 0.29 | 0.43 | 0.14 | 19.15 | 0.57 | 0.68 |
| Hex | DC | 9C | 7E | 0 | 1D | 2B | E | 13 | 39 | 44 |
| Octal | 334 | 234 | 176 | 0 | 35 | 53 | 16 | 23 | 71 | 104 |
| Binary | 11011100 | 10011100 | 1111110 | 0 | 11101 | 101011 | 1110 | 10011 | 111001 | 1000100 |
Color Harmonies of #DC9C7E
Complementary color
Monochromatic Colors of #DC9C7E
Black with #DC9C7E
Text Example
Text Example
White with #DC9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C7E; }
p { color: rgb(220,156,126); }
H1.HeaderClassName
{
color: #DC9C7E;
}
.AnyTagClassName
{
color: #DC9C7E;
}
</style>
background-color css
<style>
a { background-color: #DC9C7E; }
a { background-color: rgb(220,156,126); }
div.DivClassName
{
background-color: #DC9C7E;
}
.BgClassName
{
background-color: #DC9C7E;
}
</style>
border-color css
<style>
span { border-color: #DC9C7E; }
span { border-color: rgb(220,156,126); }
td.TdClassName
{
border-color: #DC9C7E;
}
.TagClassName
{
border-color: #DC9C7E;
}
</style>