Shades of Tumbleweed #DDA085
Tints of Tumbleweed #DDA085
RGB
CMYK
RGB Variations
Color information
#DDA085 (or 0xDDA085) is known color: Tumbleweed. HEX triplet: DD, A0 and 85. RGB value is (221,160,133). Sum of RGB (Red+Green+Blue) = 221+160+133=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA085 is #225F7A. Grayscale: #AFAFAF. Windows color (decimal): -2252667 or 8757469. OLE color: 8757469.
HSL color Cylindrical-coordinate representation of color #DDA085: hue angle of 18.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA085 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 133 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.13 |
| HSL | 18.41º | 0.56% | 0.69% | - |
| HSV(B) | 18.41º | 0.4% | 0.87% | - |
| XYZ | 46.62 | 42.21 | 27.88 | - |
| YUV | 175.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 133 | 0 | 0.28 | 0.40 | 0.13 | 18.41 | 0.56 | 0.69 |
| Hex | DD | A0 | 85 | 0 | 1C | 28 | D | 12 | 38 | 45 |
| Octal | 335 | 240 | 205 | 0 | 34 | 50 | 15 | 22 | 70 | 105 |
| Binary | 11011101 | 10100000 | 10000101 | 0 | 11100 | 101000 | 1101 | 10010 | 111000 | 1000101 |
Color Harmonies of #DDA085
Complementary color
Monochromatic Colors of #DDA085
Black with #DDA085
Text Example
Text Example
White with #DDA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA085; }
p { color: rgb(221,160,133); }
H1.HeaderClassName
{
color: #DDA085;
}
.AnyTagClassName
{
color: #DDA085;
}
</style>
background-color css
<style>
a { background-color: #DDA085; }
a { background-color: rgb(221,160,133); }
div.DivClassName
{
background-color: #DDA085;
}
.BgClassName
{
background-color: #DDA085;
}
</style>
border-color css
<style>
span { border-color: #DDA085; }
span { border-color: rgb(221,160,133); }
td.TdClassName
{
border-color: #DDA085;
}
.TagClassName
{
border-color: #DDA085;
}
</style>