Shades of Tumbleweed #DD9C74
Tints of Tumbleweed #DD9C74
RGB
CMYK
RGB Variations
Color information
#DD9C74 (or 0xDD9C74) is known color: Tumbleweed. HEX triplet: DD, 9C and 74. RGB value is (221,156,116). Sum of RGB (Red+Green+Blue) = 221+156+116=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C74 is #22638B. Grayscale: #ABABAB. Windows color (decimal): -2253708 or 7642333. OLE color: 7642333.
HSL color Cylindrical-coordinate representation of color #DD9C74: hue angle of 22.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD9C74 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 116 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.13 |
| HSL | 22.86º | 0.61% | 0.66% | - |
| HSV(B) | 22.86º | 0.48% | 0.87% | - |
| XYZ | 44.86 | 40.41 | 21.96 | - |
| YUV | 170.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 116 | 0 | 0.29 | 0.48 | 0.13 | 22.86 | 0.61 | 0.66 |
| Hex | DD | 9C | 74 | 0 | 1D | 30 | D | 17 | 3D | 42 |
| Octal | 335 | 234 | 164 | 0 | 35 | 60 | 15 | 27 | 75 | 102 |
| Binary | 11011101 | 10011100 | 1110100 | 0 | 11101 | 110000 | 1101 | 10111 | 111101 | 1000010 |
Color Harmonies of #DD9C74
Complementary color
Monochromatic Colors of #DD9C74
Black with #DD9C74
Text Example
Text Example
White with #DD9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C74; }
p { color: rgb(221,156,116); }
H1.HeaderClassName
{
color: #DD9C74;
}
.AnyTagClassName
{
color: #DD9C74;
}
</style>
background-color css
<style>
a { background-color: #DD9C74; }
a { background-color: rgb(221,156,116); }
div.DivClassName
{
background-color: #DD9C74;
}
.BgClassName
{
background-color: #DD9C74;
}
</style>
border-color css
<style>
span { border-color: #DD9C74; }
span { border-color: rgb(221,156,116); }
td.TdClassName
{
border-color: #DD9C74;
}
.TagClassName
{
border-color: #DD9C74;
}
</style>