Shades of Tumbleweed #DDA688
Tints of Tumbleweed #DDA688
RGB
CMYK
RGB Variations
Color information
#DDA688 (or 0xDDA688) is known color: Tumbleweed. HEX triplet: DD, A6 and 88. RGB value is (221,166,136). Sum of RGB (Red+Green+Blue) = 221+166+136=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA688 is #225977. Grayscale: #B3B3B3. Windows color (decimal): -2251128 or 8955613. OLE color: 8955613.
HSL color Cylindrical-coordinate representation of color #DDA688: hue angle of 21.18º 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 #DDA688 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 136 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.13 |
| HSL | 21.18º | 0.56% | 0.7% | - |
| HSV(B) | 21.18º | 0.38% | 0.87% | - |
| XYZ | 47.9 | 44.42 | 29.34 | - |
| YUV | 179.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 136 | 0 | 0.25 | 0.38 | 0.13 | 21.18 | 0.56 | 0.7 |
| Hex | DD | A6 | 88 | 0 | 19 | 26 | D | 15 | 38 | 46 |
| Octal | 335 | 246 | 210 | 0 | 31 | 46 | 15 | 25 | 70 | 106 |
| Binary | 11011101 | 10100110 | 10001000 | 0 | 11001 | 100110 | 1101 | 10101 | 111000 | 1000110 |
Color Harmonies of #DDA688
Complementary color
Monochromatic Colors of #DDA688
Black with #DDA688
Text Example
Text Example
White with #DDA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA688; }
p { color: rgb(221,166,136); }
H1.HeaderClassName
{
color: #DDA688;
}
.AnyTagClassName
{
color: #DDA688;
}
</style>
background-color css
<style>
a { background-color: #DDA688; }
a { background-color: rgb(221,166,136); }
div.DivClassName
{
background-color: #DDA688;
}
.BgClassName
{
background-color: #DDA688;
}
</style>
border-color css
<style>
span { border-color: #DDA688; }
span { border-color: rgb(221,166,136); }
td.TdClassName
{
border-color: #DDA688;
}
.TagClassName
{
border-color: #DDA688;
}
</style>