Shades of Tumbleweed #DC9E7C
Tints of Tumbleweed #DC9E7C
RGB
CMYK
RGB Variations
Color information
#DC9E7C (or 0xDC9E7C) is known color: Tumbleweed. HEX triplet: DC, 9E and 7C. RGB value is (220,158,124). Sum of RGB (Red+Green+Blue) = 220+158+124=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E7C is #236183. Grayscale: #ACACAC. Windows color (decimal): -2318724 or 8167132. OLE color: 8167132.
HSL color Cylindrical-coordinate representation of color #DC9E7C: hue angle of 21.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC9E7C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 124 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.14 |
| HSL | 21.25º | 0.58% | 0.67% | - |
| HSV(B) | 21.25º | 0.44% | 0.86% | - |
| XYZ | 45.38 | 41.12 | 24.61 | - |
| YUV | 172.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 124 | 0 | 0.28 | 0.44 | 0.14 | 21.25 | 0.58 | 0.67 |
| Hex | DC | 9E | 7C | 0 | 1C | 2C | E | 15 | 3A | 43 |
| Octal | 334 | 236 | 174 | 0 | 34 | 54 | 16 | 25 | 72 | 103 |
| Binary | 11011100 | 10011110 | 1111100 | 0 | 11100 | 101100 | 1110 | 10101 | 111010 | 1000011 |
Color Harmonies of #DC9E7C
Complementary color
Monochromatic Colors of #DC9E7C
Black with #DC9E7C
Text Example
Text Example
White with #DC9E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E7C; }
p { color: rgb(220,158,124); }
H1.HeaderClassName
{
color: #DC9E7C;
}
.AnyTagClassName
{
color: #DC9E7C;
}
</style>
background-color css
<style>
a { background-color: #DC9E7C; }
a { background-color: rgb(220,158,124); }
div.DivClassName
{
background-color: #DC9E7C;
}
.BgClassName
{
background-color: #DC9E7C;
}
</style>
border-color css
<style>
span { border-color: #DC9E7C; }
span { border-color: rgb(220,158,124); }
td.TdClassName
{
border-color: #DC9E7C;
}
.TagClassName
{
border-color: #DC9E7C;
}
</style>