Shades of Tumbleweed #DD9E83
Tints of Tumbleweed #DD9E83
RGB
CMYK
RGB Variations
Color information
#DD9E83 (or 0xDD9E83) is known color: Tumbleweed. HEX triplet: DD, 9E and 83. RGB value is (221,158,131). Sum of RGB (Red+Green+Blue) = 221+158+131=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E83 is #22617C. Grayscale: #ADADAD. Windows color (decimal): -2253181 or 8625885. OLE color: 8625885.
HSL color Cylindrical-coordinate representation of color #DD9E83: hue angle of 18º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD9E83 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 131 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.13 |
| HSL | 18º | 0.57% | 0.69% | - |
| HSV(B) | 18º | 0.41% | 0.87% | - |
| XYZ | 46.14 | 41.46 | 27.04 | - |
| YUV | 173.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 131 | 0 | 0.29 | 0.41 | 0.13 | 18 | 0.57 | 0.69 |
| Hex | DD | 9E | 83 | 0 | 1D | 29 | D | 12 | 39 | 45 |
| Octal | 335 | 236 | 203 | 0 | 35 | 51 | 15 | 22 | 71 | 105 |
| Binary | 11011101 | 10011110 | 10000011 | 0 | 11101 | 101001 | 1101 | 10010 | 111001 | 1000101 |
Color Harmonies of #DD9E83
Complementary color
Monochromatic Colors of #DD9E83
Black with #DD9E83
Text Example
Text Example
White with #DD9E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E83; }
p { color: rgb(221,158,131); }
H1.HeaderClassName
{
color: #DD9E83;
}
.AnyTagClassName
{
color: #DD9E83;
}
</style>
background-color css
<style>
a { background-color: #DD9E83; }
a { background-color: rgb(221,158,131); }
div.DivClassName
{
background-color: #DD9E83;
}
.BgClassName
{
background-color: #DD9E83;
}
</style>
border-color css
<style>
span { border-color: #DD9E83; }
span { border-color: rgb(221,158,131); }
td.TdClassName
{
border-color: #DD9E83;
}
.TagClassName
{
border-color: #DD9E83;
}
</style>