Shades of Tumbleweed #DDA47C
Tints of Tumbleweed #DDA47C
RGB
CMYK
RGB Variations
Color information
#DDA47C (or 0xDDA47C) is known color: Tumbleweed. HEX triplet: DD, A4 and 7C. RGB value is (221,164,124). Sum of RGB (Red+Green+Blue) = 221+164+124=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA47C is #225B83. Grayscale: #B0B0B0. Windows color (decimal): -2251652 or 8168669. OLE color: 8168669.
HSL color Cylindrical-coordinate representation of color #DDA47C: hue angle of 24.74º 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 #DDA47C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 124 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.13 |
| HSL | 24.74º | 0.59% | 0.68% | - |
| HSV(B) | 24.74º | 0.44% | 0.87% | - |
| XYZ | 46.73 | 43.38 | 24.98 | - |
| YUV | 176.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 124 | 0 | 0.26 | 0.44 | 0.13 | 24.74 | 0.59 | 0.68 |
| Hex | DD | A4 | 7C | 0 | 1A | 2C | D | 19 | 3B | 44 |
| Octal | 335 | 244 | 174 | 0 | 32 | 54 | 15 | 31 | 73 | 104 |
| Binary | 11011101 | 10100100 | 1111100 | 0 | 11010 | 101100 | 1101 | 11001 | 111011 | 1000100 |
Color Harmonies of #DDA47C
Complementary color
Monochromatic Colors of #DDA47C
Black with #DDA47C
Text Example
Text Example
White with #DDA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA47C; }
p { color: rgb(221,164,124); }
H1.HeaderClassName
{
color: #DDA47C;
}
.AnyTagClassName
{
color: #DDA47C;
}
</style>
background-color css
<style>
a { background-color: #DDA47C; }
a { background-color: rgb(221,164,124); }
div.DivClassName
{
background-color: #DDA47C;
}
.BgClassName
{
background-color: #DDA47C;
}
</style>
border-color css
<style>
span { border-color: #DDA47C; }
span { border-color: rgb(221,164,124); }
td.TdClassName
{
border-color: #DDA47C;
}
.TagClassName
{
border-color: #DDA47C;
}
</style>