Shades of Tumbleweed #DD9D82
Tints of Tumbleweed #DD9D82
RGB
CMYK
RGB Variations
Color information
#DD9D82 (or 0xDD9D82) is known color: Tumbleweed. HEX triplet: DD, 9D and 82. RGB value is (221,157,130). Sum of RGB (Red+Green+Blue) = 221+157+130=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D82 is #22627D. Grayscale: #ADADAD. Windows color (decimal): -2253438 or 8560093. OLE color: 8560093.
HSL color Cylindrical-coordinate representation of color #DD9D82: hue angle of 17.8º 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 #DD9D82 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 130 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.13 |
| HSL | 17.8º | 0.57% | 0.69% | - |
| HSV(B) | 17.8º | 0.41% | 0.87% | - |
| XYZ | 45.91 | 41.1 | 26.63 | - |
| YUV | 173.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 130 | 0 | 0.29 | 0.41 | 0.13 | 17.8 | 0.57 | 0.69 |
| Hex | DD | 9D | 82 | 0 | 1D | 29 | D | 12 | 39 | 45 |
| Octal | 335 | 235 | 202 | 0 | 35 | 51 | 15 | 22 | 71 | 105 |
| Binary | 11011101 | 10011101 | 10000010 | 0 | 11101 | 101001 | 1101 | 10010 | 111001 | 1000101 |
Color Harmonies of #DD9D82
Complementary color
Monochromatic Colors of #DD9D82
Black with #DD9D82
Text Example
Text Example
White with #DD9D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D82; }
p { color: rgb(221,157,130); }
H1.HeaderClassName
{
color: #DD9D82;
}
.AnyTagClassName
{
color: #DD9D82;
}
</style>
background-color css
<style>
a { background-color: #DD9D82; }
a { background-color: rgb(221,157,130); }
div.DivClassName
{
background-color: #DD9D82;
}
.BgClassName
{
background-color: #DD9D82;
}
</style>
border-color css
<style>
span { border-color: #DD9D82; }
span { border-color: rgb(221,157,130); }
td.TdClassName
{
border-color: #DD9D82;
}
.TagClassName
{
border-color: #DD9D82;
}
</style>