Shades of Tumbleweed #DDAA8C
Tints of Tumbleweed #DDAA8C
RGB
CMYK
RGB Variations
Color information
#DDAA8C (or 0xDDAA8C) is known color: Tumbleweed. HEX triplet: DD, AA and 8C. RGB value is (221,170,140). Sum of RGB (Red+Green+Blue) = 221+170+140=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA8C is #225573. Grayscale: #B6B6B6. Windows color (decimal): -2250100 or 9218781. OLE color: 9218781.
HSL color Cylindrical-coordinate representation of color #DDAA8C: hue angle of 22.22º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDAA8C is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 140 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.13 |
| HSL | 22.22º | 0.54% | 0.71% | - |
| HSV(B) | 22.22º | 0.37% | 0.87% | - |
| XYZ | 48.93 | 46.02 | 31.11 | - |
| YUV | 181.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 140 | 0 | 0.23 | 0.37 | 0.13 | 22.22 | 0.54 | 0.71 |
| Hex | DD | AA | 8C | 0 | 17 | 25 | D | 16 | 36 | 47 |
| Octal | 335 | 252 | 214 | 0 | 27 | 45 | 15 | 26 | 66 | 107 |
| Binary | 11011101 | 10101010 | 10001100 | 0 | 10111 | 100101 | 1101 | 10110 | 110110 | 1000111 |
Color Harmonies of #DDAA8C
Complementary color
Monochromatic Colors of #DDAA8C
Black with #DDAA8C
Text Example
Text Example
White with #DDAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA8C; }
p { color: rgb(221,170,140); }
H1.HeaderClassName
{
color: #DDAA8C;
}
.AnyTagClassName
{
color: #DDAA8C;
}
</style>
background-color css
<style>
a { background-color: #DDAA8C; }
a { background-color: rgb(221,170,140); }
div.DivClassName
{
background-color: #DDAA8C;
}
.BgClassName
{
background-color: #DDAA8C;
}
</style>
border-color css
<style>
span { border-color: #DDAA8C; }
span { border-color: rgb(221,170,140); }
td.TdClassName
{
border-color: #DDAA8C;
}
.TagClassName
{
border-color: #DDAA8C;
}
</style>