Shades of Tumbleweed #DDA686
Tints of Tumbleweed #DDA686
RGB
CMYK
RGB Variations
Color information
#DDA686 (or 0xDDA686) is known color: Tumbleweed. HEX triplet: DD, A6 and 86. RGB value is (221,166,134). Sum of RGB (Red+Green+Blue) = 221+166+134=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA686 is #225979. Grayscale: #B2B2B2. Windows color (decimal): -2251130 or 8824541. OLE color: 8824541.
HSL color Cylindrical-coordinate representation of color #DDA686: hue angle of 22.07º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDA686 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 134 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.13 |
| HSL | 22.07º | 0.56% | 0.7% | - |
| HSV(B) | 22.07º | 0.39% | 0.87% | - |
| XYZ | 47.76 | 44.37 | 28.6 | - |
| YUV | 178.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 134 | 0 | 0.25 | 0.39 | 0.13 | 22.07 | 0.56 | 0.7 |
| Hex | DD | A6 | 86 | 0 | 19 | 27 | D | 16 | 38 | 46 |
| Octal | 335 | 246 | 206 | 0 | 31 | 47 | 15 | 26 | 70 | 106 |
| Binary | 11011101 | 10100110 | 10000110 | 0 | 11001 | 100111 | 1101 | 10110 | 111000 | 1000110 |
Color Harmonies of #DDA686
Complementary color
Monochromatic Colors of #DDA686
Black with #DDA686
Text Example
Text Example
White with #DDA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA686; }
p { color: rgb(221,166,134); }
H1.HeaderClassName
{
color: #DDA686;
}
.AnyTagClassName
{
color: #DDA686;
}
</style>
background-color css
<style>
a { background-color: #DDA686; }
a { background-color: rgb(221,166,134); }
div.DivClassName
{
background-color: #DDA686;
}
.BgClassName
{
background-color: #DDA686;
}
</style>
border-color css
<style>
span { border-color: #DDA686; }
span { border-color: rgb(221,166,134); }
td.TdClassName
{
border-color: #DDA686;
}
.TagClassName
{
border-color: #DDA686;
}
</style>