Shades of Tumbleweed #DDA77A
Tints of Tumbleweed #DDA77A
RGB
CMYK
RGB Variations
Color information
#DDA77A (or 0xDDA77A) is known color: Tumbleweed. HEX triplet: DD, A7 and 7A. RGB value is (221,167,122). Sum of RGB (Red+Green+Blue) = 221+167+122=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA77A is #225885. Grayscale: #B2B2B2. Windows color (decimal): -2250886 or 8038365. OLE color: 8038365.
HSL color Cylindrical-coordinate representation of color #DDA77A: hue angle of 27.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA77A is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 122 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.13 |
| HSL | 27.27º | 0.59% | 0.67% | - |
| HSV(B) | 27.27º | 0.45% | 0.87% | - |
| XYZ | 47.15 | 44.41 | 24.5 | - |
| YUV | 178.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 122 | 0 | 0.24 | 0.45 | 0.13 | 27.27 | 0.59 | 0.67 |
| Hex | DD | A7 | 7A | 0 | 18 | 2D | D | 1B | 3B | 43 |
| Octal | 335 | 247 | 172 | 0 | 30 | 55 | 15 | 33 | 73 | 103 |
| Binary | 11011101 | 10100111 | 1111010 | 0 | 11000 | 101101 | 1101 | 11011 | 111011 | 1000011 |
Color Harmonies of #DDA77A
Complementary color
Monochromatic Colors of #DDA77A
Black with #DDA77A
Text Example
Text Example
White with #DDA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA77A; }
p { color: rgb(221,167,122); }
H1.HeaderClassName
{
color: #DDA77A;
}
.AnyTagClassName
{
color: #DDA77A;
}
</style>
background-color css
<style>
a { background-color: #DDA77A; }
a { background-color: rgb(221,167,122); }
div.DivClassName
{
background-color: #DDA77A;
}
.BgClassName
{
background-color: #DDA77A;
}
</style>
border-color css
<style>
span { border-color: #DDA77A; }
span { border-color: rgb(221,167,122); }
td.TdClassName
{
border-color: #DDA77A;
}
.TagClassName
{
border-color: #DDA77A;
}
</style>