Shades of Tumbleweed #DD9C7C
Tints of Tumbleweed #DD9C7C
RGB
CMYK
RGB Variations
Color information
#DD9C7C (or 0xDD9C7C) is known color: Tumbleweed. HEX triplet: DD, 9C and 7C. RGB value is (221,156,124). Sum of RGB (Red+Green+Blue) = 221+156+124=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C7C is #226383. Grayscale: #ABABAB. Windows color (decimal): -2253700 or 8166621. OLE color: 8166621.
HSL color Cylindrical-coordinate representation of color #DD9C7C: hue angle of 19.79º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD9C7C is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 124 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.13 |
| HSL | 19.79º | 0.59% | 0.68% | - |
| HSV(B) | 19.79º | 0.44% | 0.87% | - |
| XYZ | 45.35 | 40.6 | 24.52 | - |
| YUV | 171.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 124 | 0 | 0.29 | 0.44 | 0.13 | 19.79 | 0.59 | 0.68 |
| Hex | DD | 9C | 7C | 0 | 1D | 2C | D | 14 | 3B | 44 |
| Octal | 335 | 234 | 174 | 0 | 35 | 54 | 15 | 24 | 73 | 104 |
| Binary | 11011101 | 10011100 | 1111100 | 0 | 11101 | 101100 | 1101 | 10100 | 111011 | 1000100 |
Color Harmonies of #DD9C7C
Complementary color
Monochromatic Colors of #DD9C7C
Black with #DD9C7C
Text Example
Text Example
White with #DD9C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C7C; }
p { color: rgb(221,156,124); }
H1.HeaderClassName
{
color: #DD9C7C;
}
.AnyTagClassName
{
color: #DD9C7C;
}
</style>
background-color css
<style>
a { background-color: #DD9C7C; }
a { background-color: rgb(221,156,124); }
div.DivClassName
{
background-color: #DD9C7C;
}
.BgClassName
{
background-color: #DD9C7C;
}
</style>
border-color css
<style>
span { border-color: #DD9C7C; }
span { border-color: rgb(221,156,124); }
td.TdClassName
{
border-color: #DD9C7C;
}
.TagClassName
{
border-color: #DD9C7C;
}
</style>