Shades of Tumbleweed #DDA181
Tints of Tumbleweed #DDA181
RGB
CMYK
RGB Variations
Color information
#DDA181 (or 0xDDA181) is known color: Tumbleweed. HEX triplet: DD, A1 and 81. RGB value is (221,161,129). Sum of RGB (Red+Green+Blue) = 221+161+129=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA181 is #225E7E. Grayscale: #AFAFAF. Windows color (decimal): -2252415 or 8495581. OLE color: 8495581.
HSL color Cylindrical-coordinate representation of color #DDA181: hue angle of 20.87º 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 #DDA181 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 129 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.13 |
| HSL | 20.87º | 0.58% | 0.69% | - |
| HSV(B) | 20.87º | 0.42% | 0.87% | - |
| XYZ | 46.53 | 42.45 | 26.51 | - |
| YUV | 175.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 129 | 0 | 0.27 | 0.42 | 0.13 | 20.87 | 0.58 | 0.69 |
| Hex | DD | A1 | 81 | 0 | 1B | 2A | D | 15 | 3A | 45 |
| Octal | 335 | 241 | 201 | 0 | 33 | 52 | 15 | 25 | 72 | 105 |
| Binary | 11011101 | 10100001 | 10000001 | 0 | 11011 | 101010 | 1101 | 10101 | 111010 | 1000101 |
Color Harmonies of #DDA181
Complementary color
Monochromatic Colors of #DDA181
Black with #DDA181
Text Example
Text Example
White with #DDA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA181; }
p { color: rgb(221,161,129); }
H1.HeaderClassName
{
color: #DDA181;
}
.AnyTagClassName
{
color: #DDA181;
}
</style>
background-color css
<style>
a { background-color: #DDA181; }
a { background-color: rgb(221,161,129); }
div.DivClassName
{
background-color: #DDA181;
}
.BgClassName
{
background-color: #DDA181;
}
</style>
border-color css
<style>
span { border-color: #DDA181; }
span { border-color: rgb(221,161,129); }
td.TdClassName
{
border-color: #DDA181;
}
.TagClassName
{
border-color: #DDA181;
}
</style>