Shades of Tumbleweed #DDA478
Tints of Tumbleweed #DDA478
RGB
CMYK
RGB Variations
Color information
#DDA478 (or 0xDDA478) is known color: Tumbleweed. HEX triplet: DD, A4 and 78. RGB value is (221,164,120). Sum of RGB (Red+Green+Blue) = 221+164+120=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA478 is #225B87. Grayscale: #B0B0B0. Windows color (decimal): -2251656 or 7906525. OLE color: 7906525.
HSL color Cylindrical-coordinate representation of color #DDA478: hue angle of 26.14º 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 #DDA478 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 120 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.13 |
| HSL | 26.14º | 0.6% | 0.67% | - |
| HSV(B) | 26.14º | 0.46% | 0.87% | - |
| XYZ | 46.48 | 43.28 | 23.67 | - |
| YUV | 176.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 120 | 0 | 0.26 | 0.46 | 0.13 | 26.14 | 0.6 | 0.67 |
| Hex | DD | A4 | 78 | 0 | 1A | 2E | D | 1A | 3C | 43 |
| Octal | 335 | 244 | 170 | 0 | 32 | 56 | 15 | 32 | 74 | 103 |
| Binary | 11011101 | 10100100 | 1111000 | 0 | 11010 | 101110 | 1101 | 11010 | 111100 | 1000011 |
Color Harmonies of #DDA478
Complementary color
Monochromatic Colors of #DDA478
Black with #DDA478
Text Example
Text Example
White with #DDA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA478; }
p { color: rgb(221,164,120); }
H1.HeaderClassName
{
color: #DDA478;
}
.AnyTagClassName
{
color: #DDA478;
}
</style>
background-color css
<style>
a { background-color: #DDA478; }
a { background-color: rgb(221,164,120); }
div.DivClassName
{
background-color: #DDA478;
}
.BgClassName
{
background-color: #DDA478;
}
</style>
border-color css
<style>
span { border-color: #DDA478; }
span { border-color: rgb(221,164,120); }
td.TdClassName
{
border-color: #DDA478;
}
.TagClassName
{
border-color: #DDA478;
}
</style>