Shades of Tumbleweed #DDA17C
Tints of Tumbleweed #DDA17C
RGB
CMYK
RGB Variations
Color information
#DDA17C (or 0xDDA17C) is known color: Tumbleweed. HEX triplet: DD, A1 and 7C. RGB value is (221,161,124). Sum of RGB (Red+Green+Blue) = 221+161+124=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA17C is #225E83. Grayscale: #AEAEAE. Windows color (decimal): -2252420 or 8167901. OLE color: 8167901.
HSL color Cylindrical-coordinate representation of color #DDA17C: hue angle of 22.89º 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 #DDA17C is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 124 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.13 |
| HSL | 22.89º | 0.59% | 0.68% | - |
| HSV(B) | 22.89º | 0.44% | 0.87% | - |
| XYZ | 46.2 | 42.32 | 24.8 | - |
| YUV | 174.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 124 | 0 | 0.27 | 0.44 | 0.13 | 22.89 | 0.59 | 0.68 |
| Hex | DD | A1 | 7C | 0 | 1B | 2C | D | 17 | 3B | 44 |
| Octal | 335 | 241 | 174 | 0 | 33 | 54 | 15 | 27 | 73 | 104 |
| Binary | 11011101 | 10100001 | 1111100 | 0 | 11011 | 101100 | 1101 | 10111 | 111011 | 1000100 |
Color Harmonies of #DDA17C
Complementary color
Monochromatic Colors of #DDA17C
Black with #DDA17C
Text Example
Text Example
White with #DDA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA17C; }
p { color: rgb(221,161,124); }
H1.HeaderClassName
{
color: #DDA17C;
}
.AnyTagClassName
{
color: #DDA17C;
}
</style>
background-color css
<style>
a { background-color: #DDA17C; }
a { background-color: rgb(221,161,124); }
div.DivClassName
{
background-color: #DDA17C;
}
.BgClassName
{
background-color: #DDA17C;
}
</style>
border-color css
<style>
span { border-color: #DDA17C; }
span { border-color: rgb(221,161,124); }
td.TdClassName
{
border-color: #DDA17C;
}
.TagClassName
{
border-color: #DDA17C;
}
</style>