Shades of Tumbleweed #DDA386
Tints of Tumbleweed #DDA386
RGB
CMYK
RGB Variations
Color information
#DDA386 (or 0xDDA386) is known color: Tumbleweed. HEX triplet: DD, A3 and 86. RGB value is (221,163,134). Sum of RGB (Red+Green+Blue) = 221+163+134=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA386 is #225C79. Grayscale: #B1B1B1. Windows color (decimal): -2251898 or 8823773. OLE color: 8823773.
HSL color Cylindrical-coordinate representation of color #DDA386: hue angle of 20º 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 #DDA386 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 134 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.13 |
| HSL | 20º | 0.56% | 0.7% | - |
| HSV(B) | 20º | 0.39% | 0.87% | - |
| XYZ | 47.22 | 43.29 | 28.42 | - |
| YUV | 177.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 134 | 0 | 0.26 | 0.39 | 0.13 | 20 | 0.56 | 0.7 |
| Hex | DD | A3 | 86 | 0 | 1A | 27 | D | 14 | 38 | 46 |
| Octal | 335 | 243 | 206 | 0 | 32 | 47 | 15 | 24 | 70 | 106 |
| Binary | 11011101 | 10100011 | 10000110 | 0 | 11010 | 100111 | 1101 | 10100 | 111000 | 1000110 |
Color Harmonies of #DDA386
Complementary color
Monochromatic Colors of #DDA386
Black with #DDA386
Text Example
Text Example
White with #DDA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA386; }
p { color: rgb(221,163,134); }
H1.HeaderClassName
{
color: #DDA386;
}
.AnyTagClassName
{
color: #DDA386;
}
</style>
background-color css
<style>
a { background-color: #DDA386; }
a { background-color: rgb(221,163,134); }
div.DivClassName
{
background-color: #DDA386;
}
.BgClassName
{
background-color: #DDA386;
}
</style>
border-color css
<style>
span { border-color: #DDA386; }
span { border-color: rgb(221,163,134); }
td.TdClassName
{
border-color: #DDA386;
}
.TagClassName
{
border-color: #DDA386;
}
</style>