Shades of Tumbleweed #DDA988
Tints of Tumbleweed #DDA988
RGB
CMYK
RGB Variations
Color information
#DDA988 (or 0xDDA988) is known color: Tumbleweed. HEX triplet: DD, A9 and 88. RGB value is (221,169,136). Sum of RGB (Red+Green+Blue) = 221+169+136=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA988 is #225677. Grayscale: #B4B4B4. Windows color (decimal): -2250360 or 8956381. OLE color: 8956381.
HSL color Cylindrical-coordinate representation of color #DDA988: hue angle of 23.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDA988 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 136 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.13 |
| HSL | 23.29º | 0.56% | 0.7% | - |
| HSV(B) | 23.29º | 0.38% | 0.87% | - |
| XYZ | 48.45 | 45.53 | 29.53 | - |
| YUV | 180.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 136 | 0 | 0.24 | 0.38 | 0.13 | 23.29 | 0.56 | 0.7 |
| Hex | DD | A9 | 88 | 0 | 18 | 26 | D | 17 | 38 | 46 |
| Octal | 335 | 251 | 210 | 0 | 30 | 46 | 15 | 27 | 70 | 106 |
| Binary | 11011101 | 10101001 | 10001000 | 0 | 11000 | 100110 | 1101 | 10111 | 111000 | 1000110 |
Color Harmonies of #DDA988
Complementary color
Monochromatic Colors of #DDA988
Black with #DDA988
Text Example
Text Example
White with #DDA988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA988; }
p { color: rgb(221,169,136); }
H1.HeaderClassName
{
color: #DDA988;
}
.AnyTagClassName
{
color: #DDA988;
}
</style>
background-color css
<style>
a { background-color: #DDA988; }
a { background-color: rgb(221,169,136); }
div.DivClassName
{
background-color: #DDA988;
}
.BgClassName
{
background-color: #DDA988;
}
</style>
border-color css
<style>
span { border-color: #DDA988; }
span { border-color: rgb(221,169,136); }
td.TdClassName
{
border-color: #DDA988;
}
.TagClassName
{
border-color: #DDA988;
}
</style>