Shades of Tumbleweed #DDA78C
Tints of Tumbleweed #DDA78C
RGB
CMYK
RGB Variations
Color information
#DDA78C (or 0xDDA78C) is known color: Tumbleweed. HEX triplet: DD, A7 and 8C. RGB value is (221,167,140). Sum of RGB (Red+Green+Blue) = 221+167+140=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA78C is #225873. Grayscale: #B4B4B4. Windows color (decimal): -2250868 or 9218013. OLE color: 9218013.
HSL color Cylindrical-coordinate representation of color #DDA78C: hue angle of 20º degrees, saturation: 0.54, 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 #DDA78C is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 140 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.13 |
| HSL | 20º | 0.54% | 0.71% | - |
| HSV(B) | 20º | 0.37% | 0.87% | - |
| XYZ | 48.37 | 44.9 | 30.93 | - |
| YUV | 180.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 140 | 0 | 0.24 | 0.37 | 0.13 | 20 | 0.54 | 0.71 |
| Hex | DD | A7 | 8C | 0 | 18 | 25 | D | 14 | 36 | 47 |
| Octal | 335 | 247 | 214 | 0 | 30 | 45 | 15 | 24 | 66 | 107 |
| Binary | 11011101 | 10100111 | 10001100 | 0 | 11000 | 100101 | 1101 | 10100 | 110110 | 1000111 |
Color Harmonies of #DDA78C
Complementary color
Monochromatic Colors of #DDA78C
Black with #DDA78C
Text Example
Text Example
White with #DDA78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA78C; }
p { color: rgb(221,167,140); }
H1.HeaderClassName
{
color: #DDA78C;
}
.AnyTagClassName
{
color: #DDA78C;
}
</style>
background-color css
<style>
a { background-color: #DDA78C; }
a { background-color: rgb(221,167,140); }
div.DivClassName
{
background-color: #DDA78C;
}
.BgClassName
{
background-color: #DDA78C;
}
</style>
border-color css
<style>
span { border-color: #DDA78C; }
span { border-color: rgb(221,167,140); }
td.TdClassName
{
border-color: #DDA78C;
}
.TagClassName
{
border-color: #DDA78C;
}
</style>