Shades of Tumbleweed #DD9E7A
Tints of Tumbleweed #DD9E7A
RGB
CMYK
RGB Variations
Color information
#DD9E7A (or 0xDD9E7A) is known color: Tumbleweed. HEX triplet: DD, 9E and 7A. RGB value is (221,158,122). Sum of RGB (Red+Green+Blue) = 221+158+122=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E7A is #226185. Grayscale: #ACACAC. Windows color (decimal): -2253190 or 8036061. OLE color: 8036061.
HSL color Cylindrical-coordinate representation of color #DD9E7A: hue angle of 21.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD9E7A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 122 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.13 |
| HSL | 21.82º | 0.59% | 0.67% | - |
| HSV(B) | 21.82º | 0.45% | 0.87% | - |
| XYZ | 45.56 | 41.23 | 23.97 | - |
| YUV | 172.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 122 | 0 | 0.29 | 0.45 | 0.13 | 21.82 | 0.59 | 0.67 |
| Hex | DD | 9E | 7A | 0 | 1D | 2D | D | 16 | 3B | 43 |
| Octal | 335 | 236 | 172 | 0 | 35 | 55 | 15 | 26 | 73 | 103 |
| Binary | 11011101 | 10011110 | 1111010 | 0 | 11101 | 101101 | 1101 | 10110 | 111011 | 1000011 |
Color Harmonies of #DD9E7A
Complementary color
Monochromatic Colors of #DD9E7A
Black with #DD9E7A
Text Example
Text Example
White with #DD9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E7A; }
p { color: rgb(221,158,122); }
H1.HeaderClassName
{
color: #DD9E7A;
}
.AnyTagClassName
{
color: #DD9E7A;
}
</style>
background-color css
<style>
a { background-color: #DD9E7A; }
a { background-color: rgb(221,158,122); }
div.DivClassName
{
background-color: #DD9E7A;
}
.BgClassName
{
background-color: #DD9E7A;
}
</style>
border-color css
<style>
span { border-color: #DD9E7A; }
span { border-color: rgb(221,158,122); }
td.TdClassName
{
border-color: #DD9E7A;
}
.TagClassName
{
border-color: #DD9E7A;
}
</style>