Shades of Tumbleweed #DDA470
Tints of Tumbleweed #DDA470
RGB
CMYK
RGB Variations
Color information
#DDA470 (or 0xDDA470) is known color: Tumbleweed. HEX triplet: DD, A4 and 70. RGB value is (221,164,112). Sum of RGB (Red+Green+Blue) = 221+164+112=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA470 is #225B8F. Grayscale: #AFAFAF. Windows color (decimal): -2251664 or 7382237. OLE color: 7382237.
HSL color Cylindrical-coordinate representation of color #DDA470: hue angle of 28.62º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDA470 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 112 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.13 |
| HSL | 28.62º | 0.62% | 0.65% | - |
| HSV(B) | 28.62º | 0.49% | 0.87% | - |
| XYZ | 46.02 | 43.09 | 21.22 | - |
| YUV | 175.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 112 | 0 | 0.26 | 0.49 | 0.13 | 28.62 | 0.62 | 0.65 |
| Hex | DD | A4 | 70 | 0 | 1A | 31 | D | 1D | 3E | 41 |
| Octal | 335 | 244 | 160 | 0 | 32 | 61 | 15 | 35 | 76 | 101 |
| Binary | 11011101 | 10100100 | 1110000 | 0 | 11010 | 110001 | 1101 | 11101 | 111110 | 1000001 |
Color Harmonies of #DDA470
Complementary color
Monochromatic Colors of #DDA470
Black with #DDA470
Text Example
Text Example
White with #DDA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA470; }
p { color: rgb(221,164,112); }
H1.HeaderClassName
{
color: #DDA470;
}
.AnyTagClassName
{
color: #DDA470;
}
</style>
background-color css
<style>
a { background-color: #DDA470; }
a { background-color: rgb(221,164,112); }
div.DivClassName
{
background-color: #DDA470;
}
.BgClassName
{
background-color: #DDA470;
}
</style>
border-color css
<style>
span { border-color: #DDA470; }
span { border-color: rgb(221,164,112); }
td.TdClassName
{
border-color: #DDA470;
}
.TagClassName
{
border-color: #DDA470;
}
</style>