Shades of Tumbleweed #DD9E7F
Tints of Tumbleweed #DD9E7F
RGB
CMYK
RGB Variations
Color information
#DD9E7F (or 0xDD9E7F) is known color: Tumbleweed. HEX triplet: DD, 9E and 7F. RGB value is (221,158,127). Sum of RGB (Red+Green+Blue) = 221+158+127=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E7F is #226180. Grayscale: #ADADAD. Windows color (decimal): -2253185 or 8363741. OLE color: 8363741.
HSL color Cylindrical-coordinate representation of color #DD9E7F: hue angle of 19.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD9E7F is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 127 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.13 |
| HSL | 19.79º | 0.58% | 0.68% | - |
| HSV(B) | 19.79º | 0.43% | 0.87% | - |
| XYZ | 45.88 | 41.36 | 25.64 | - |
| YUV | 173.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 127 | 0 | 0.29 | 0.43 | 0.13 | 19.79 | 0.58 | 0.68 |
| Hex | DD | 9E | 7F | 0 | 1D | 2B | D | 14 | 3A | 44 |
| Octal | 335 | 236 | 177 | 0 | 35 | 53 | 15 | 24 | 72 | 104 |
| Binary | 11011101 | 10011110 | 1111111 | 0 | 11101 | 101011 | 1101 | 10100 | 111010 | 1000100 |
Color Harmonies of #DD9E7F
Complementary color
Monochromatic Colors of #DD9E7F
Black with #DD9E7F
Text Example
Text Example
White with #DD9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E7F; }
p { color: rgb(221,158,127); }
H1.HeaderClassName
{
color: #DD9E7F;
}
.AnyTagClassName
{
color: #DD9E7F;
}
</style>
background-color css
<style>
a { background-color: #DD9E7F; }
a { background-color: rgb(221,158,127); }
div.DivClassName
{
background-color: #DD9E7F;
}
.BgClassName
{
background-color: #DD9E7F;
}
</style>
border-color css
<style>
span { border-color: #DD9E7F; }
span { border-color: rgb(221,158,127); }
td.TdClassName
{
border-color: #DD9E7F;
}
.TagClassName
{
border-color: #DD9E7F;
}
</style>