Shades of Tumbleweed #DDA072
Tints of Tumbleweed #DDA072
RGB
CMYK
RGB Variations
Color information
#DDA072 (or 0xDDA072) is known color: Tumbleweed. HEX triplet: DD, A0 and 72. RGB value is (221,160,114). Sum of RGB (Red+Green+Blue) = 221+160+114=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA072 is #225F8D. Grayscale: #ADADAD. Windows color (decimal): -2252686 or 7512285. OLE color: 7512285.
HSL color Cylindrical-coordinate representation of color #DDA072: hue angle of 25.79º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA072 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 114 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.13 |
| HSL | 25.79º | 0.61% | 0.66% | - |
| HSV(B) | 25.79º | 0.48% | 0.87% | - |
| XYZ | 45.43 | 41.73 | 21.58 | - |
| YUV | 173 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 114 | 0 | 0.28 | 0.48 | 0.13 | 25.79 | 0.61 | 0.66 |
| Hex | DD | A0 | 72 | 0 | 1C | 30 | D | 1A | 3D | 42 |
| Octal | 335 | 240 | 162 | 0 | 34 | 60 | 15 | 32 | 75 | 102 |
| Binary | 11011101 | 10100000 | 1110010 | 0 | 11100 | 110000 | 1101 | 11010 | 111101 | 1000010 |
Color Harmonies of #DDA072
Complementary color
Monochromatic Colors of #DDA072
Black with #DDA072
Text Example
Text Example
White with #DDA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA072; }
p { color: rgb(221,160,114); }
H1.HeaderClassName
{
color: #DDA072;
}
.AnyTagClassName
{
color: #DDA072;
}
</style>
background-color css
<style>
a { background-color: #DDA072; }
a { background-color: rgb(221,160,114); }
div.DivClassName
{
background-color: #DDA072;
}
.BgClassName
{
background-color: #DDA072;
}
</style>
border-color css
<style>
span { border-color: #DDA072; }
span { border-color: rgb(221,160,114); }
td.TdClassName
{
border-color: #DDA072;
}
.TagClassName
{
border-color: #DDA072;
}
</style>