Shades of Tumbleweed #DDA779
Tints of Tumbleweed #DDA779
RGB
CMYK
RGB Variations
Color information
#DDA779 (or 0xDDA779) is known color: Tumbleweed. HEX triplet: DD, A7 and 79. RGB value is (221,167,121). Sum of RGB (Red+Green+Blue) = 221+167+121=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA779 is #225886. Grayscale: #B2B2B2. Windows color (decimal): -2250887 or 7972829. OLE color: 7972829.
HSL color Cylindrical-coordinate representation of color #DDA779: hue angle of 27.6º degrees, saturation: 0.6, 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 #DDA779 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 121 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.13 |
| HSL | 27.6º | 0.6% | 0.67% | - |
| HSV(B) | 27.6º | 0.45% | 0.87% | - |
| XYZ | 47.09 | 44.39 | 24.18 | - |
| YUV | 177.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 121 | 0 | 0.24 | 0.45 | 0.13 | 27.6 | 0.6 | 0.67 |
| Hex | DD | A7 | 79 | 0 | 18 | 2D | D | 1C | 3C | 43 |
| Octal | 335 | 247 | 171 | 0 | 30 | 55 | 15 | 34 | 74 | 103 |
| Binary | 11011101 | 10100111 | 1111001 | 0 | 11000 | 101101 | 1101 | 11100 | 111100 | 1000011 |
Color Harmonies of #DDA779
Complementary color
Monochromatic Colors of #DDA779
Black with #DDA779
Text Example
Text Example
White with #DDA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA779; }
p { color: rgb(221,167,121); }
H1.HeaderClassName
{
color: #DDA779;
}
.AnyTagClassName
{
color: #DDA779;
}
</style>
background-color css
<style>
a { background-color: #DDA779; }
a { background-color: rgb(221,167,121); }
div.DivClassName
{
background-color: #DDA779;
}
.BgClassName
{
background-color: #DDA779;
}
</style>
border-color css
<style>
span { border-color: #DDA779; }
span { border-color: rgb(221,167,121); }
td.TdClassName
{
border-color: #DDA779;
}
.TagClassName
{
border-color: #DDA779;
}
</style>