Shades of Tumbleweed #DDA87C
Tints of Tumbleweed #DDA87C
RGB
CMYK
RGB Variations
Color information
#DDA87C (or 0xDDA87C) is known color: Tumbleweed. HEX triplet: DD, A8 and 7C. RGB value is (221,168,124). Sum of RGB (Red+Green+Blue) = 221+168+124=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA87C is #225783. Grayscale: #B3B3B3. Windows color (decimal): -2250628 or 8169693. OLE color: 8169693.
HSL color Cylindrical-coordinate representation of color #DDA87C: hue angle of 27.22º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDA87C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 124 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.13 |
| HSL | 27.22º | 0.59% | 0.68% | - |
| HSV(B) | 27.22º | 0.44% | 0.87% | - |
| XYZ | 47.46 | 44.83 | 25.22 | - |
| YUV | 178.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 124 | 0 | 0.24 | 0.44 | 0.13 | 27.22 | 0.59 | 0.68 |
| Hex | DD | A8 | 7C | 0 | 18 | 2C | D | 1B | 3B | 44 |
| Octal | 335 | 250 | 174 | 0 | 30 | 54 | 15 | 33 | 73 | 104 |
| Binary | 11011101 | 10101000 | 1111100 | 0 | 11000 | 101100 | 1101 | 11011 | 111011 | 1000100 |
Color Harmonies of #DDA87C
Complementary color
Monochromatic Colors of #DDA87C
Black with #DDA87C
Text Example
Text Example
White with #DDA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA87C; }
p { color: rgb(221,168,124); }
H1.HeaderClassName
{
color: #DDA87C;
}
.AnyTagClassName
{
color: #DDA87C;
}
</style>
background-color css
<style>
a { background-color: #DDA87C; }
a { background-color: rgb(221,168,124); }
div.DivClassName
{
background-color: #DDA87C;
}
.BgClassName
{
background-color: #DDA87C;
}
</style>
border-color css
<style>
span { border-color: #DDA87C; }
span { border-color: rgb(221,168,124); }
td.TdClassName
{
border-color: #DDA87C;
}
.TagClassName
{
border-color: #DDA87C;
}
</style>