Shades of Tumbleweed #DD9E81
Tints of Tumbleweed #DD9E81
RGB
CMYK
RGB Variations
Color information
#DD9E81 (or 0xDD9E81) is known color: Tumbleweed. HEX triplet: DD, 9E and 81. RGB value is (221,158,129). Sum of RGB (Red+Green+Blue) = 221+158+129=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E81 is #22617E. Grayscale: #ADADAD. Windows color (decimal): -2253183 or 8494813. OLE color: 8494813.
HSL color Cylindrical-coordinate representation of color #DD9E81: hue angle of 18.91º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9E81 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 129 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.13 |
| HSL | 18.91º | 0.58% | 0.69% | - |
| HSV(B) | 18.91º | 0.42% | 0.87% | - |
| XYZ | 46.01 | 41.41 | 26.34 | - |
| YUV | 173.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 129 | 0 | 0.29 | 0.42 | 0.13 | 18.91 | 0.58 | 0.69 |
| Hex | DD | 9E | 81 | 0 | 1D | 2A | D | 13 | 3A | 45 |
| Octal | 335 | 236 | 201 | 0 | 35 | 52 | 15 | 23 | 72 | 105 |
| Binary | 11011101 | 10011110 | 10000001 | 0 | 11101 | 101010 | 1101 | 10011 | 111010 | 1000101 |
Color Harmonies of #DD9E81
Complementary color
Monochromatic Colors of #DD9E81
Black with #DD9E81
Text Example
Text Example
White with #DD9E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E81; }
p { color: rgb(221,158,129); }
H1.HeaderClassName
{
color: #DD9E81;
}
.AnyTagClassName
{
color: #DD9E81;
}
</style>
background-color css
<style>
a { background-color: #DD9E81; }
a { background-color: rgb(221,158,129); }
div.DivClassName
{
background-color: #DD9E81;
}
.BgClassName
{
background-color: #DD9E81;
}
</style>
border-color css
<style>
span { border-color: #DD9E81; }
span { border-color: rgb(221,158,129); }
td.TdClassName
{
border-color: #DD9E81;
}
.TagClassName
{
border-color: #DD9E81;
}
</style>