Shades of Tumbleweed #DDA77F
Tints of Tumbleweed #DDA77F
RGB
CMYK
RGB Variations
Color information
#DDA77F (or 0xDDA77F) is known color: Tumbleweed. HEX triplet: DD, A7 and 7F. RGB value is (221,167,127). Sum of RGB (Red+Green+Blue) = 221+167+127=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA77F is #225880. Grayscale: #B2B2B2. Windows color (decimal): -2250881 or 8366045. OLE color: 8366045.
HSL color Cylindrical-coordinate representation of color #DDA77F: hue angle of 25.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDA77F is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 127 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.13 |
| HSL | 25.53º | 0.58% | 0.68% | - |
| HSV(B) | 25.53º | 0.43% | 0.87% | - |
| XYZ | 47.47 | 44.54 | 26.17 | - |
| YUV | 178.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 127 | 0 | 0.24 | 0.43 | 0.13 | 25.53 | 0.58 | 0.68 |
| Hex | DD | A7 | 7F | 0 | 18 | 2B | D | 1A | 3A | 44 |
| Octal | 335 | 247 | 177 | 0 | 30 | 53 | 15 | 32 | 72 | 104 |
| Binary | 11011101 | 10100111 | 1111111 | 0 | 11000 | 101011 | 1101 | 11010 | 111010 | 1000100 |
Color Harmonies of #DDA77F
Complementary color
Monochromatic Colors of #DDA77F
Black with #DDA77F
Text Example
Text Example
White with #DDA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA77F; }
p { color: rgb(221,167,127); }
H1.HeaderClassName
{
color: #DDA77F;
}
.AnyTagClassName
{
color: #DDA77F;
}
</style>
background-color css
<style>
a { background-color: #DDA77F; }
a { background-color: rgb(221,167,127); }
div.DivClassName
{
background-color: #DDA77F;
}
.BgClassName
{
background-color: #DDA77F;
}
</style>
border-color css
<style>
span { border-color: #DDA77F; }
span { border-color: rgb(221,167,127); }
td.TdClassName
{
border-color: #DDA77F;
}
.TagClassName
{
border-color: #DDA77F;
}
</style>