Shades of Tumbleweed #DDA78B
Tints of Tumbleweed #DDA78B
RGB
CMYK
RGB Variations
Color information
#DDA78B (or 0xDDA78B) is known color: Tumbleweed. HEX triplet: DD, A7 and 8B. RGB value is (221,167,139). Sum of RGB (Red+Green+Blue) = 221+167+139=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA78B is #225874. Grayscale: #B4B4B4. Windows color (decimal): -2250869 or 9152477. OLE color: 9152477.
HSL color Cylindrical-coordinate representation of color #DDA78B: hue angle of 20.49º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA78B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 139 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.13 |
| HSL | 20.49º | 0.55% | 0.71% | - |
| HSV(B) | 20.49º | 0.37% | 0.87% | - |
| XYZ | 48.3 | 44.87 | 30.54 | - |
| YUV | 179.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 139 | 0 | 0.24 | 0.37 | 0.13 | 20.49 | 0.55 | 0.71 |
| Hex | DD | A7 | 8B | 0 | 18 | 25 | D | 14 | 37 | 47 |
| Octal | 335 | 247 | 213 | 0 | 30 | 45 | 15 | 24 | 67 | 107 |
| Binary | 11011101 | 10100111 | 10001011 | 0 | 11000 | 100101 | 1101 | 10100 | 110111 | 1000111 |
Color Harmonies of #DDA78B
Complementary color
Monochromatic Colors of #DDA78B
Black with #DDA78B
Text Example
Text Example
White with #DDA78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA78B; }
p { color: rgb(221,167,139); }
H1.HeaderClassName
{
color: #DDA78B;
}
.AnyTagClassName
{
color: #DDA78B;
}
</style>
background-color css
<style>
a { background-color: #DDA78B; }
a { background-color: rgb(221,167,139); }
div.DivClassName
{
background-color: #DDA78B;
}
.BgClassName
{
background-color: #DDA78B;
}
</style>
border-color css
<style>
span { border-color: #DDA78B; }
span { border-color: rgb(221,167,139); }
td.TdClassName
{
border-color: #DDA78B;
}
.TagClassName
{
border-color: #DDA78B;
}
</style>