Shades of Tumbleweed #DDA98C
Tints of Tumbleweed #DDA98C
RGB
CMYK
RGB Variations
Color information
#DDA98C (or 0xDDA98C) is known color: Tumbleweed. HEX triplet: DD, A9 and 8C. RGB value is (221,169,140). Sum of RGB (Red+Green+Blue) = 221+169+140=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA98C is #225673. Grayscale: #B5B5B5. Windows color (decimal): -2250356 or 9218525. OLE color: 9218525.
HSL color Cylindrical-coordinate representation of color #DDA98C: hue angle of 21.48º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA98C is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 140 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.13 |
| HSL | 21.48º | 0.54% | 0.71% | - |
| HSV(B) | 21.48º | 0.37% | 0.87% | - |
| XYZ | 48.74 | 45.64 | 31.05 | - |
| YUV | 181.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 140 | 0 | 0.24 | 0.37 | 0.13 | 21.48 | 0.54 | 0.71 |
| Hex | DD | A9 | 8C | 0 | 18 | 25 | D | 15 | 36 | 47 |
| Octal | 335 | 251 | 214 | 0 | 30 | 45 | 15 | 25 | 66 | 107 |
| Binary | 11011101 | 10101001 | 10001100 | 0 | 11000 | 100101 | 1101 | 10101 | 110110 | 1000111 |
Color Harmonies of #DDA98C
Complementary color
Monochromatic Colors of #DDA98C
Black with #DDA98C
Text Example
Text Example
White with #DDA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA98C; }
p { color: rgb(221,169,140); }
H1.HeaderClassName
{
color: #DDA98C;
}
.AnyTagClassName
{
color: #DDA98C;
}
</style>
background-color css
<style>
a { background-color: #DDA98C; }
a { background-color: rgb(221,169,140); }
div.DivClassName
{
background-color: #DDA98C;
}
.BgClassName
{
background-color: #DDA98C;
}
</style>
border-color css
<style>
span { border-color: #DDA98C; }
span { border-color: rgb(221,169,140); }
td.TdClassName
{
border-color: #DDA98C;
}
.TagClassName
{
border-color: #DDA98C;
}
</style>