Shades of Tumbleweed #DDA78D
Tints of Tumbleweed #DDA78D
RGB
CMYK
RGB Variations
Color information
#DDA78D (or 0xDDA78D) is known color: Tumbleweed. HEX triplet: DD, A7 and 8D. RGB value is (221,167,141). Sum of RGB (Red+Green+Blue) = 221+167+141=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA78D is #225872. Grayscale: #B4B4B4. Windows color (decimal): -2250867 or 9283549. OLE color: 9283549.
HSL color Cylindrical-coordinate representation of color #DDA78D: hue angle of 19.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA78D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 141 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.13 |
| HSL | 19.5º | 0.54% | 0.71% | - |
| HSV(B) | 19.5º | 0.36% | 0.87% | - |
| XYZ | 48.45 | 44.93 | 31.32 | - |
| YUV | 180.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 141 | 0 | 0.24 | 0.36 | 0.13 | 19.5 | 0.54 | 0.71 |
| Hex | DD | A7 | 8D | 0 | 18 | 24 | D | 14 | 36 | 47 |
| Octal | 335 | 247 | 215 | 0 | 30 | 44 | 15 | 24 | 66 | 107 |
| Binary | 11011101 | 10100111 | 10001101 | 0 | 11000 | 100100 | 1101 | 10100 | 110110 | 1000111 |
Color Harmonies of #DDA78D
Complementary color
Monochromatic Colors of #DDA78D
Black with #DDA78D
Text Example
Text Example
White with #DDA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA78D; }
p { color: rgb(221,167,141); }
H1.HeaderClassName
{
color: #DDA78D;
}
.AnyTagClassName
{
color: #DDA78D;
}
</style>
background-color css
<style>
a { background-color: #DDA78D; }
a { background-color: rgb(221,167,141); }
div.DivClassName
{
background-color: #DDA78D;
}
.BgClassName
{
background-color: #DDA78D;
}
</style>
border-color css
<style>
span { border-color: #DDA78D; }
span { border-color: rgb(221,167,141); }
td.TdClassName
{
border-color: #DDA78D;
}
.TagClassName
{
border-color: #DDA78D;
}
</style>