Shades of Tumbleweed #DDA081
Tints of Tumbleweed #DDA081
RGB
CMYK
RGB Variations
Color information
#DDA081 (or 0xDDA081) is known color: Tumbleweed. HEX triplet: DD, A0 and 81. RGB value is (221,160,129). Sum of RGB (Red+Green+Blue) = 221+160+129=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA081 is #225F7E. Grayscale: #AEAEAE. Windows color (decimal): -2252671 or 8495325. OLE color: 8495325.
HSL color Cylindrical-coordinate representation of color #DDA081: hue angle of 20.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDA081 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 129 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.13 |
| HSL | 20.22º | 0.58% | 0.69% | - |
| HSV(B) | 20.22º | 0.42% | 0.87% | - |
| XYZ | 46.35 | 42.1 | 26.45 | - |
| YUV | 174.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 129 | 0 | 0.28 | 0.42 | 0.13 | 20.22 | 0.58 | 0.69 |
| Hex | DD | A0 | 81 | 0 | 1C | 2A | D | 14 | 3A | 45 |
| Octal | 335 | 240 | 201 | 0 | 34 | 52 | 15 | 24 | 72 | 105 |
| Binary | 11011101 | 10100000 | 10000001 | 0 | 11100 | 101010 | 1101 | 10100 | 111010 | 1000101 |
Color Harmonies of #DDA081
Complementary color
Monochromatic Colors of #DDA081
Black with #DDA081
Text Example
Text Example
White with #DDA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA081; }
p { color: rgb(221,160,129); }
H1.HeaderClassName
{
color: #DDA081;
}
.AnyTagClassName
{
color: #DDA081;
}
</style>
background-color css
<style>
a { background-color: #DDA081; }
a { background-color: rgb(221,160,129); }
div.DivClassName
{
background-color: #DDA081;
}
.BgClassName
{
background-color: #DDA081;
}
</style>
border-color css
<style>
span { border-color: #DDA081; }
span { border-color: rgb(221,160,129); }
td.TdClassName
{
border-color: #DDA081;
}
.TagClassName
{
border-color: #DDA081;
}
</style>