Shades of Tumbleweed #DDA170
Tints of Tumbleweed #DDA170
RGB
CMYK
RGB Variations
Color information
#DDA170 (or 0xDDA170) is known color: Tumbleweed. HEX triplet: DD, A1 and 70. RGB value is (221,161,112). Sum of RGB (Red+Green+Blue) = 221+161+112=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA170 is #225E8F. Grayscale: #ADADAD. Windows color (decimal): -2252432 or 7381469. OLE color: 7381469.
HSL color Cylindrical-coordinate representation of color #DDA170: hue angle of 26.97º 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 #DDA170 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 112 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.13 |
| HSL | 26.97º | 0.62% | 0.65% | - |
| HSV(B) | 26.97º | 0.49% | 0.87% | - |
| XYZ | 45.49 | 42.03 | 21.04 | - |
| YUV | 173.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 112 | 0 | 0.27 | 0.49 | 0.13 | 26.97 | 0.62 | 0.65 |
| Hex | DD | A1 | 70 | 0 | 1B | 31 | D | 1B | 3E | 41 |
| Octal | 335 | 241 | 160 | 0 | 33 | 61 | 15 | 33 | 76 | 101 |
| Binary | 11011101 | 10100001 | 1110000 | 0 | 11011 | 110001 | 1101 | 11011 | 111110 | 1000001 |
Color Harmonies of #DDA170
Complementary color
Monochromatic Colors of #DDA170
Black with #DDA170
Text Example
Text Example
White with #DDA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA170; }
p { color: rgb(221,161,112); }
H1.HeaderClassName
{
color: #DDA170;
}
.AnyTagClassName
{
color: #DDA170;
}
</style>
background-color css
<style>
a { background-color: #DDA170; }
a { background-color: rgb(221,161,112); }
div.DivClassName
{
background-color: #DDA170;
}
.BgClassName
{
background-color: #DDA170;
}
</style>
border-color css
<style>
span { border-color: #DDA170; }
span { border-color: rgb(221,161,112); }
td.TdClassName
{
border-color: #DDA170;
}
.TagClassName
{
border-color: #DDA170;
}
</style>