Shades of Tumbleweed #DDA586
Tints of Tumbleweed #DDA586
RGB
CMYK
RGB Variations
Color information
#DDA586 (or 0xDDA586) is known color: Tumbleweed. HEX triplet: DD, A5 and 86. RGB value is (221,165,134). Sum of RGB (Red+Green+Blue) = 221+165+134=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA586 is #225A79. Grayscale: #B2B2B2. Windows color (decimal): -2251386 or 8824285. OLE color: 8824285.
HSL color Cylindrical-coordinate representation of color #DDA586: hue angle of 21.38º 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 #DDA586 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 134 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.13 |
| HSL | 21.38º | 0.56% | 0.7% | - |
| HSV(B) | 21.38º | 0.39% | 0.87% | - |
| XYZ | 47.58 | 44 | 28.54 | - |
| YUV | 178.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 134 | 0 | 0.25 | 0.39 | 0.13 | 21.38 | 0.56 | 0.7 |
| Hex | DD | A5 | 86 | 0 | 19 | 27 | D | 15 | 38 | 46 |
| Octal | 335 | 245 | 206 | 0 | 31 | 47 | 15 | 25 | 70 | 106 |
| Binary | 11011101 | 10100101 | 10000110 | 0 | 11001 | 100111 | 1101 | 10101 | 111000 | 1000110 |
Color Harmonies of #DDA586
Complementary color
Monochromatic Colors of #DDA586
Black with #DDA586
Text Example
Text Example
White with #DDA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA586; }
p { color: rgb(221,165,134); }
H1.HeaderClassName
{
color: #DDA586;
}
.AnyTagClassName
{
color: #DDA586;
}
</style>
background-color css
<style>
a { background-color: #DDA586; }
a { background-color: rgb(221,165,134); }
div.DivClassName
{
background-color: #DDA586;
}
.BgClassName
{
background-color: #DDA586;
}
</style>
border-color css
<style>
span { border-color: #DDA586; }
span { border-color: rgb(221,165,134); }
td.TdClassName
{
border-color: #DDA586;
}
.TagClassName
{
border-color: #DDA586;
}
</style>