Shades of Tumbleweed #DD9D7A
Tints of Tumbleweed #DD9D7A
RGB
CMYK
RGB Variations
Color information
#DD9D7A (or 0xDD9D7A) is known color: Tumbleweed. HEX triplet: DD, 9D and 7A. RGB value is (221,157,122). Sum of RGB (Red+Green+Blue) = 221+157+122=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D7A is #226285. Grayscale: #ACACAC. Windows color (decimal): -2253446 or 8035805. OLE color: 8035805.
HSL color Cylindrical-coordinate representation of color #DD9D7A: hue angle of 21.21º 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 #DD9D7A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 122 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.13 |
| HSL | 21.21º | 0.59% | 0.67% | - |
| HSV(B) | 21.21º | 0.45% | 0.87% | - |
| XYZ | 45.39 | 40.89 | 23.91 | - |
| YUV | 172.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 122 | 0 | 0.29 | 0.45 | 0.13 | 21.21 | 0.59 | 0.67 |
| Hex | DD | 9D | 7A | 0 | 1D | 2D | D | 15 | 3B | 43 |
| Octal | 335 | 235 | 172 | 0 | 35 | 55 | 15 | 25 | 73 | 103 |
| Binary | 11011101 | 10011101 | 1111010 | 0 | 11101 | 101101 | 1101 | 10101 | 111011 | 1000011 |
Color Harmonies of #DD9D7A
Complementary color
Monochromatic Colors of #DD9D7A
Black with #DD9D7A
Text Example
Text Example
White with #DD9D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D7A; }
p { color: rgb(221,157,122); }
H1.HeaderClassName
{
color: #DD9D7A;
}
.AnyTagClassName
{
color: #DD9D7A;
}
</style>
background-color css
<style>
a { background-color: #DD9D7A; }
a { background-color: rgb(221,157,122); }
div.DivClassName
{
background-color: #DD9D7A;
}
.BgClassName
{
background-color: #DD9D7A;
}
</style>
border-color css
<style>
span { border-color: #DD9D7A; }
span { border-color: rgb(221,157,122); }
td.TdClassName
{
border-color: #DD9D7A;
}
.TagClassName
{
border-color: #DD9D7A;
}
</style>