Shades of Tumbleweed #DDA879
Tints of Tumbleweed #DDA879
RGB
CMYK
RGB Variations
Color information
#DDA879 (or 0xDDA879) is known color: Tumbleweed. HEX triplet: DD, A8 and 79. RGB value is (221,168,121). Sum of RGB (Red+Green+Blue) = 221+168+121=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA879 is #225786. Grayscale: #B2B2B2. Windows color (decimal): -2250631 or 7973085. OLE color: 7973085.
HSL color Cylindrical-coordinate representation of color #DDA879: hue angle of 28.2º 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 #DDA879 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 121 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.13 |
| HSL | 28.2º | 0.6% | 0.67% | - |
| HSV(B) | 28.2º | 0.45% | 0.87% | - |
| XYZ | 47.27 | 44.76 | 24.24 | - |
| YUV | 178.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 121 | 0 | 0.24 | 0.45 | 0.13 | 28.2 | 0.6 | 0.67 |
| Hex | DD | A8 | 79 | 0 | 18 | 2D | D | 1C | 3C | 43 |
| Octal | 335 | 250 | 171 | 0 | 30 | 55 | 15 | 34 | 74 | 103 |
| Binary | 11011101 | 10101000 | 1111001 | 0 | 11000 | 101101 | 1101 | 11100 | 111100 | 1000011 |
Color Harmonies of #DDA879
Complementary color
Monochromatic Colors of #DDA879
Black with #DDA879
Text Example
Text Example
White with #DDA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA879; }
p { color: rgb(221,168,121); }
H1.HeaderClassName
{
color: #DDA879;
}
.AnyTagClassName
{
color: #DDA879;
}
</style>
background-color css
<style>
a { background-color: #DDA879; }
a { background-color: rgb(221,168,121); }
div.DivClassName
{
background-color: #DDA879;
}
.BgClassName
{
background-color: #DDA879;
}
</style>
border-color css
<style>
span { border-color: #DDA879; }
span { border-color: rgb(221,168,121); }
td.TdClassName
{
border-color: #DDA879;
}
.TagClassName
{
border-color: #DDA879;
}
</style>