Shades of Tumbleweed #DDA77C
Tints of Tumbleweed #DDA77C
RGB
CMYK
RGB Variations
Color information
#DDA77C (or 0xDDA77C) is known color: Tumbleweed. HEX triplet: DD, A7 and 7C. RGB value is (221,167,124). Sum of RGB (Red+Green+Blue) = 221+167+124=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA77C is #225883. Grayscale: #B2B2B2. Windows color (decimal): -2250884 or 8169437. OLE color: 8169437.
HSL color Cylindrical-coordinate representation of color #DDA77C: hue angle of 26.6º 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 #DDA77C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 124 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.13 |
| HSL | 26.6º | 0.59% | 0.68% | - |
| HSV(B) | 26.6º | 0.44% | 0.87% | - |
| XYZ | 47.28 | 44.46 | 25.16 | - |
| YUV | 178.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 124 | 0 | 0.24 | 0.44 | 0.13 | 26.6 | 0.59 | 0.68 |
| Hex | DD | A7 | 7C | 0 | 18 | 2C | D | 1B | 3B | 44 |
| Octal | 335 | 247 | 174 | 0 | 30 | 54 | 15 | 33 | 73 | 104 |
| Binary | 11011101 | 10100111 | 1111100 | 0 | 11000 | 101100 | 1101 | 11011 | 111011 | 1000100 |
Color Harmonies of #DDA77C
Complementary color
Monochromatic Colors of #DDA77C
Black with #DDA77C
Text Example
Text Example
White with #DDA77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA77C; }
p { color: rgb(221,167,124); }
H1.HeaderClassName
{
color: #DDA77C;
}
.AnyTagClassName
{
color: #DDA77C;
}
</style>
background-color css
<style>
a { background-color: #DDA77C; }
a { background-color: rgb(221,167,124); }
div.DivClassName
{
background-color: #DDA77C;
}
.BgClassName
{
background-color: #DDA77C;
}
</style>
border-color css
<style>
span { border-color: #DDA77C; }
span { border-color: rgb(221,167,124); }
td.TdClassName
{
border-color: #DDA77C;
}
.TagClassName
{
border-color: #DDA77C;
}
</style>