Shades of Tumbleweed #DDA178
Tints of Tumbleweed #DDA178
RGB
CMYK
RGB Variations
Color information
#DDA178 (or 0xDDA178) is known color: Tumbleweed. HEX triplet: DD, A1 and 78. RGB value is (221,161,120). Sum of RGB (Red+Green+Blue) = 221+161+120=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA178 is #225E87. Grayscale: #AEAEAE. Windows color (decimal): -2252424 or 7905757. OLE color: 7905757.
HSL color Cylindrical-coordinate representation of color #DDA178: hue angle of 24.36º 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 #DDA178 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 120 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.13 |
| HSL | 24.36º | 0.6% | 0.67% | - |
| HSV(B) | 24.36º | 0.46% | 0.87% | - |
| XYZ | 45.95 | 42.22 | 23.5 | - |
| YUV | 174.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 120 | 0 | 0.27 | 0.46 | 0.13 | 24.36 | 0.6 | 0.67 |
| Hex | DD | A1 | 78 | 0 | 1B | 2E | D | 18 | 3C | 43 |
| Octal | 335 | 241 | 170 | 0 | 33 | 56 | 15 | 30 | 74 | 103 |
| Binary | 11011101 | 10100001 | 1111000 | 0 | 11011 | 101110 | 1101 | 11000 | 111100 | 1000011 |
Color Harmonies of #DDA178
Complementary color
Monochromatic Colors of #DDA178
Black with #DDA178
Text Example
Text Example
White with #DDA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA178; }
p { color: rgb(221,161,120); }
H1.HeaderClassName
{
color: #DDA178;
}
.AnyTagClassName
{
color: #DDA178;
}
</style>
background-color css
<style>
a { background-color: #DDA178; }
a { background-color: rgb(221,161,120); }
div.DivClassName
{
background-color: #DDA178;
}
.BgClassName
{
background-color: #DDA178;
}
</style>
border-color css
<style>
span { border-color: #DDA178; }
span { border-color: rgb(221,161,120); }
td.TdClassName
{
border-color: #DDA178;
}
.TagClassName
{
border-color: #DDA178;
}
</style>