Shades of Tumbleweed #DDA98D
Tints of Tumbleweed #DDA98D
RGB
CMYK
RGB Variations
Color information
#DDA98D (or 0xDDA98D) is known color: Tumbleweed. HEX triplet: DD, A9 and 8D. RGB value is (221,169,141). Sum of RGB (Red+Green+Blue) = 221+169+141=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA98D is #225672. Grayscale: #B5B5B5. Windows color (decimal): -2250355 or 9284061. OLE color: 9284061.
HSL color Cylindrical-coordinate representation of color #DDA98D: hue angle of 21º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA98D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 141 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.13 |
| HSL | 21º | 0.54% | 0.71% | - |
| HSV(B) | 21º | 0.36% | 0.87% | - |
| XYZ | 48.81 | 45.67 | 31.44 | - |
| YUV | 181.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 141 | 0 | 0.24 | 0.36 | 0.13 | 21 | 0.54 | 0.71 |
| Hex | DD | A9 | 8D | 0 | 18 | 24 | D | 15 | 36 | 47 |
| Octal | 335 | 251 | 215 | 0 | 30 | 44 | 15 | 25 | 66 | 107 |
| Binary | 11011101 | 10101001 | 10001101 | 0 | 11000 | 100100 | 1101 | 10101 | 110110 | 1000111 |
Color Harmonies of #DDA98D
Complementary color
Monochromatic Colors of #DDA98D
Black with #DDA98D
Text Example
Text Example
White with #DDA98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA98D; }
p { color: rgb(221,169,141); }
H1.HeaderClassName
{
color: #DDA98D;
}
.AnyTagClassName
{
color: #DDA98D;
}
</style>
background-color css
<style>
a { background-color: #DDA98D; }
a { background-color: rgb(221,169,141); }
div.DivClassName
{
background-color: #DDA98D;
}
.BgClassName
{
background-color: #DDA98D;
}
</style>
border-color css
<style>
span { border-color: #DDA98D; }
span { border-color: rgb(221,169,141); }
td.TdClassName
{
border-color: #DDA98D;
}
.TagClassName
{
border-color: #DDA98D;
}
</style>