Shades of Tumbleweed #DDA486
Tints of Tumbleweed #DDA486
RGB
CMYK
RGB Variations
Color information
#DDA486 (or 0xDDA486) is known color: Tumbleweed. HEX triplet: DD, A4 and 86. RGB value is (221,164,134). Sum of RGB (Red+Green+Blue) = 221+164+134=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA486 is #225B79. Grayscale: #B1B1B1. Windows color (decimal): -2251642 or 8824029. OLE color: 8824029.
HSL color Cylindrical-coordinate representation of color #DDA486: hue angle of 20.69º 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 #DDA486 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 134 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.13 |
| HSL | 20.69º | 0.56% | 0.7% | - |
| HSV(B) | 20.69º | 0.39% | 0.87% | - |
| XYZ | 47.4 | 43.64 | 28.48 | - |
| YUV | 177.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 134 | 0 | 0.26 | 0.39 | 0.13 | 20.69 | 0.56 | 0.7 |
| Hex | DD | A4 | 86 | 0 | 1A | 27 | D | 15 | 38 | 46 |
| Octal | 335 | 244 | 206 | 0 | 32 | 47 | 15 | 25 | 70 | 106 |
| Binary | 11011101 | 10100100 | 10000110 | 0 | 11010 | 100111 | 1101 | 10101 | 111000 | 1000110 |
Color Harmonies of #DDA486
Complementary color
Monochromatic Colors of #DDA486
Black with #DDA486
Text Example
Text Example
White with #DDA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA486; }
p { color: rgb(221,164,134); }
H1.HeaderClassName
{
color: #DDA486;
}
.AnyTagClassName
{
color: #DDA486;
}
</style>
background-color css
<style>
a { background-color: #DDA486; }
a { background-color: rgb(221,164,134); }
div.DivClassName
{
background-color: #DDA486;
}
.BgClassName
{
background-color: #DDA486;
}
</style>
border-color css
<style>
span { border-color: #DDA486; }
span { border-color: rgb(221,164,134); }
td.TdClassName
{
border-color: #DDA486;
}
.TagClassName
{
border-color: #DDA486;
}
</style>