Shades of Tumbleweed #DDA780
Tints of Tumbleweed #DDA780
RGB
CMYK
RGB Variations
Color information
#DDA780 (or 0xDDA780) is known color: Tumbleweed. HEX triplet: DD, A7 and 80. RGB value is (221,167,128). Sum of RGB (Red+Green+Blue) = 221+167+128=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA780 is #22587F. Grayscale: #B2B2B2. Windows color (decimal): -2250880 or 8431581. OLE color: 8431581.
HSL color Cylindrical-coordinate representation of color #DDA780: hue angle of 25.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDA780 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 128 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.13 |
| HSL | 25.16º | 0.58% | 0.68% | - |
| HSV(B) | 25.16º | 0.42% | 0.87% | - |
| XYZ | 47.53 | 44.57 | 26.52 | - |
| YUV | 178.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 128 | 0 | 0.24 | 0.42 | 0.13 | 25.16 | 0.58 | 0.68 |
| Hex | DD | A7 | 80 | 0 | 18 | 2A | D | 19 | 3A | 44 |
| Octal | 335 | 247 | 200 | 0 | 30 | 52 | 15 | 31 | 72 | 104 |
| Binary | 11011101 | 10100111 | 10000000 | 0 | 11000 | 101010 | 1101 | 11001 | 111010 | 1000100 |
Color Harmonies of #DDA780
Complementary color
Monochromatic Colors of #DDA780
Black with #DDA780
Text Example
Text Example
White with #DDA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA780; }
p { color: rgb(221,167,128); }
H1.HeaderClassName
{
color: #DDA780;
}
.AnyTagClassName
{
color: #DDA780;
}
</style>
background-color css
<style>
a { background-color: #DDA780; }
a { background-color: rgb(221,167,128); }
div.DivClassName
{
background-color: #DDA780;
}
.BgClassName
{
background-color: #DDA780;
}
</style>
border-color css
<style>
span { border-color: #DDA780; }
span { border-color: rgb(221,167,128); }
td.TdClassName
{
border-color: #DDA780;
}
.TagClassName
{
border-color: #DDA780;
}
</style>