Shades of Tumbleweed #DDA87A
Tints of Tumbleweed #DDA87A
RGB
CMYK
RGB Variations
Color information
#DDA87A (or 0xDDA87A) is known color: Tumbleweed. HEX triplet: DD, A8 and 7A. RGB value is (221,168,122). Sum of RGB (Red+Green+Blue) = 221+168+122=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA87A is #225785. Grayscale: #B2B2B2. Windows color (decimal): -2250630 or 8038621. OLE color: 8038621.
HSL color Cylindrical-coordinate representation of color #DDA87A: hue angle of 27.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA87A is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 122 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.13 |
| HSL | 27.88º | 0.59% | 0.67% | - |
| HSV(B) | 27.88º | 0.45% | 0.87% | - |
| XYZ | 47.33 | 44.78 | 24.56 | - |
| YUV | 178.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 122 | 0 | 0.24 | 0.45 | 0.13 | 27.88 | 0.59 | 0.67 |
| Hex | DD | A8 | 7A | 0 | 18 | 2D | D | 1C | 3B | 43 |
| Octal | 335 | 250 | 172 | 0 | 30 | 55 | 15 | 34 | 73 | 103 |
| Binary | 11011101 | 10101000 | 1111010 | 0 | 11000 | 101101 | 1101 | 11100 | 111011 | 1000011 |
Color Harmonies of #DDA87A
Complementary color
Monochromatic Colors of #DDA87A
Black with #DDA87A
Text Example
Text Example
White with #DDA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA87A; }
p { color: rgb(221,168,122); }
H1.HeaderClassName
{
color: #DDA87A;
}
.AnyTagClassName
{
color: #DDA87A;
}
</style>
background-color css
<style>
a { background-color: #DDA87A; }
a { background-color: rgb(221,168,122); }
div.DivClassName
{
background-color: #DDA87A;
}
.BgClassName
{
background-color: #DDA87A;
}
</style>
border-color css
<style>
span { border-color: #DDA87A; }
span { border-color: rgb(221,168,122); }
td.TdClassName
{
border-color: #DDA87A;
}
.TagClassName
{
border-color: #DDA87A;
}
</style>