Shades of Tumbleweed #DD9E6F
Tints of Tumbleweed #DD9E6F
RGB
CMYK
RGB Variations
Color information
#DD9E6F (or 0xDD9E6F) is known color: Tumbleweed. HEX triplet: DD, 9E and 6F. RGB value is (221,158,111). Sum of RGB (Red+Green+Blue) = 221+158+111=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E6F is #226190. Grayscale: #ABABAB. Windows color (decimal): -2253201 or 7315165. OLE color: 7315165.
HSL color Cylindrical-coordinate representation of color #DD9E6F: hue angle of 25.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD9E6F is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 111 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.13 |
| HSL | 25.64º | 0.62% | 0.65% | - |
| HSV(B) | 25.64º | 0.5% | 0.87% | - |
| XYZ | 44.91 | 40.97 | 20.58 | - |
| YUV | 171.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 111 | 0 | 0.29 | 0.50 | 0.13 | 25.64 | 0.62 | 0.65 |
| Hex | DD | 9E | 6F | 0 | 1D | 32 | D | 1A | 3E | 41 |
| Octal | 335 | 236 | 157 | 0 | 35 | 62 | 15 | 32 | 76 | 101 |
| Binary | 11011101 | 10011110 | 1101111 | 0 | 11101 | 110010 | 1101 | 11010 | 111110 | 1000001 |
Color Harmonies of #DD9E6F
Complementary color
Monochromatic Colors of #DD9E6F
Black with #DD9E6F
Text Example
Text Example
White with #DD9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E6F; }
p { color: rgb(221,158,111); }
H1.HeaderClassName
{
color: #DD9E6F;
}
.AnyTagClassName
{
color: #DD9E6F;
}
</style>
background-color css
<style>
a { background-color: #DD9E6F; }
a { background-color: rgb(221,158,111); }
div.DivClassName
{
background-color: #DD9E6F;
}
.BgClassName
{
background-color: #DD9E6F;
}
</style>
border-color css
<style>
span { border-color: #DD9E6F; }
span { border-color: rgb(221,158,111); }
td.TdClassName
{
border-color: #DD9E6F;
}
.TagClassName
{
border-color: #DD9E6F;
}
</style>