Shades of Tumbleweed #DDAA83
Tints of Tumbleweed #DDAA83
RGB
CMYK
RGB Variations
Color information
#DDAA83 (or 0xDDAA83) is known color: Tumbleweed. HEX triplet: DD, AA and 83. RGB value is (221,170,131). Sum of RGB (Red+Green+Blue) = 221+170+131=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA83 is #22557C. Grayscale: #B5B5B5. Windows color (decimal): -2250109 or 8628957. OLE color: 8628957.
HSL color Cylindrical-coordinate representation of color #DDAA83: hue angle of 26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDAA83 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 131 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.13 |
| HSL | 26º | 0.57% | 0.69% | - |
| HSV(B) | 26º | 0.41% | 0.87% | - |
| XYZ | 48.29 | 45.76 | 27.76 | - |
| YUV | 180.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 131 | 0 | 0.23 | 0.41 | 0.13 | 26 | 0.57 | 0.69 |
| Hex | DD | AA | 83 | 0 | 17 | 29 | D | 1A | 39 | 45 |
| Octal | 335 | 252 | 203 | 0 | 27 | 51 | 15 | 32 | 71 | 105 |
| Binary | 11011101 | 10101010 | 10000011 | 0 | 10111 | 101001 | 1101 | 11010 | 111001 | 1000101 |
Color Harmonies of #DDAA83
Complementary color
Monochromatic Colors of #DDAA83
Black with #DDAA83
Text Example
Text Example
White with #DDAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA83; }
p { color: rgb(221,170,131); }
H1.HeaderClassName
{
color: #DDAA83;
}
.AnyTagClassName
{
color: #DDAA83;
}
</style>
background-color css
<style>
a { background-color: #DDAA83; }
a { background-color: rgb(221,170,131); }
div.DivClassName
{
background-color: #DDAA83;
}
.BgClassName
{
background-color: #DDAA83;
}
</style>
border-color css
<style>
span { border-color: #DDAA83; }
span { border-color: rgb(221,170,131); }
td.TdClassName
{
border-color: #DDAA83;
}
.TagClassName
{
border-color: #DDAA83;
}
</style>