Shades of Tumbleweed #DDA881
Tints of Tumbleweed #DDA881
RGB
CMYK
RGB Variations
Color information
#DDA881 (or 0xDDA881) is known color: Tumbleweed. HEX triplet: DD, A8 and 81. RGB value is (221,168,129). Sum of RGB (Red+Green+Blue) = 221+168+129=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA881 is #22577E. Grayscale: #B3B3B3. Windows color (decimal): -2250623 or 8497373. OLE color: 8497373.
HSL color Cylindrical-coordinate representation of color #DDA881: hue angle of 25.43º 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 #DDA881 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 129 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.13 |
| HSL | 25.43º | 0.58% | 0.69% | - |
| HSV(B) | 25.43º | 0.42% | 0.87% | - |
| XYZ | 47.78 | 44.96 | 26.93 | - |
| YUV | 179.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 129 | 0 | 0.24 | 0.42 | 0.13 | 25.43 | 0.58 | 0.69 |
| Hex | DD | A8 | 81 | 0 | 18 | 2A | D | 19 | 3A | 45 |
| Octal | 335 | 250 | 201 | 0 | 30 | 52 | 15 | 31 | 72 | 105 |
| Binary | 11011101 | 10101000 | 10000001 | 0 | 11000 | 101010 | 1101 | 11001 | 111010 | 1000101 |
Color Harmonies of #DDA881
Complementary color
Monochromatic Colors of #DDA881
Black with #DDA881
Text Example
Text Example
White with #DDA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA881; }
p { color: rgb(221,168,129); }
H1.HeaderClassName
{
color: #DDA881;
}
.AnyTagClassName
{
color: #DDA881;
}
</style>
background-color css
<style>
a { background-color: #DDA881; }
a { background-color: rgb(221,168,129); }
div.DivClassName
{
background-color: #DDA881;
}
.BgClassName
{
background-color: #DDA881;
}
</style>
border-color css
<style>
span { border-color: #DDA881; }
span { border-color: rgb(221,168,129); }
td.TdClassName
{
border-color: #DDA881;
}
.TagClassName
{
border-color: #DDA881;
}
</style>