Shades of Tumbleweed #DDA078
Tints of Tumbleweed #DDA078
RGB
CMYK
RGB Variations
Color information
#DDA078 (or 0xDDA078) is known color: Tumbleweed. HEX triplet: DD, A0 and 78. RGB value is (221,160,120). Sum of RGB (Red+Green+Blue) = 221+160+120=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA078 is #225F87. Grayscale: #ADADAD. Windows color (decimal): -2252680 or 7905501. OLE color: 7905501.
HSL color Cylindrical-coordinate representation of color #DDA078: hue angle of 23.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDA078 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 120 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.13 |
| HSL | 23.76º | 0.6% | 0.67% | - |
| HSV(B) | 23.76º | 0.46% | 0.87% | - |
| XYZ | 45.78 | 41.87 | 23.44 | - |
| YUV | 173.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 120 | 0 | 0.28 | 0.46 | 0.13 | 23.76 | 0.6 | 0.67 |
| Hex | DD | A0 | 78 | 0 | 1C | 2E | D | 18 | 3C | 43 |
| Octal | 335 | 240 | 170 | 0 | 34 | 56 | 15 | 30 | 74 | 103 |
| Binary | 11011101 | 10100000 | 1111000 | 0 | 11100 | 101110 | 1101 | 11000 | 111100 | 1000011 |
Color Harmonies of #DDA078
Complementary color
Monochromatic Colors of #DDA078
Black with #DDA078
Text Example
Text Example
White with #DDA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA078; }
p { color: rgb(221,160,120); }
H1.HeaderClassName
{
color: #DDA078;
}
.AnyTagClassName
{
color: #DDA078;
}
</style>
background-color css
<style>
a { background-color: #DDA078; }
a { background-color: rgb(221,160,120); }
div.DivClassName
{
background-color: #DDA078;
}
.BgClassName
{
background-color: #DDA078;
}
</style>
border-color css
<style>
span { border-color: #DDA078; }
span { border-color: rgb(221,160,120); }
td.TdClassName
{
border-color: #DDA078;
}
.TagClassName
{
border-color: #DDA078;
}
</style>