Shades of Tumbleweed #DDA878
Tints of Tumbleweed #DDA878
RGB
CMYK
RGB Variations
Color information
#DDA878 (or 0xDDA878) is known color: Tumbleweed. HEX triplet: DD, A8 and 78. RGB value is (221,168,120). Sum of RGB (Red+Green+Blue) = 221+168+120=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA878 is #225787. Grayscale: #B2B2B2. Windows color (decimal): -2250632 or 7907549. OLE color: 7907549.
HSL color Cylindrical-coordinate representation of color #DDA878: hue angle of 28.51º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDA878 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 120 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.13 |
| HSL | 28.51º | 0.6% | 0.67% | - |
| HSV(B) | 28.51º | 0.46% | 0.87% | - |
| XYZ | 47.21 | 44.73 | 23.92 | - |
| YUV | 178.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 120 | 0 | 0.24 | 0.46 | 0.13 | 28.51 | 0.6 | 0.67 |
| Hex | DD | A8 | 78 | 0 | 18 | 2E | D | 1D | 3C | 43 |
| Octal | 335 | 250 | 170 | 0 | 30 | 56 | 15 | 35 | 74 | 103 |
| Binary | 11011101 | 10101000 | 1111000 | 0 | 11000 | 101110 | 1101 | 11101 | 111100 | 1000011 |
Color Harmonies of #DDA878
Complementary color
Monochromatic Colors of #DDA878
Black with #DDA878
Text Example
Text Example
White with #DDA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA878; }
p { color: rgb(221,168,120); }
H1.HeaderClassName
{
color: #DDA878;
}
.AnyTagClassName
{
color: #DDA878;
}
</style>
background-color css
<style>
a { background-color: #DDA878; }
a { background-color: rgb(221,168,120); }
div.DivClassName
{
background-color: #DDA878;
}
.BgClassName
{
background-color: #DDA878;
}
</style>
border-color css
<style>
span { border-color: #DDA878; }
span { border-color: rgb(221,168,120); }
td.TdClassName
{
border-color: #DDA878;
}
.TagClassName
{
border-color: #DDA878;
}
</style>