Shades of Tumbleweed #DDA173
Tints of Tumbleweed #DDA173
RGB
CMYK
RGB Variations
Color information
#DDA173 (or 0xDDA173) is known color: Tumbleweed. HEX triplet: DD, A1 and 73. RGB value is (221,161,115). Sum of RGB (Red+Green+Blue) = 221+161+115=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA173 is #225E8C. Grayscale: #ADADAD. Windows color (decimal): -2252429 or 7578077. OLE color: 7578077.
HSL color Cylindrical-coordinate representation of color #DDA173: hue angle of 26.04º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA173 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 115 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.13 |
| HSL | 26.04º | 0.61% | 0.66% | - |
| HSV(B) | 26.04º | 0.48% | 0.87% | - |
| XYZ | 45.66 | 42.1 | 21.94 | - |
| YUV | 173.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 115 | 0 | 0.27 | 0.48 | 0.13 | 26.04 | 0.61 | 0.66 |
| Hex | DD | A1 | 73 | 0 | 1B | 30 | D | 1A | 3D | 42 |
| Octal | 335 | 241 | 163 | 0 | 33 | 60 | 15 | 32 | 75 | 102 |
| Binary | 11011101 | 10100001 | 1110011 | 0 | 11011 | 110000 | 1101 | 11010 | 111101 | 1000010 |
Color Harmonies of #DDA173
Complementary color
Monochromatic Colors of #DDA173
Black with #DDA173
Text Example
Text Example
White with #DDA173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA173; }
p { color: rgb(221,161,115); }
H1.HeaderClassName
{
color: #DDA173;
}
.AnyTagClassName
{
color: #DDA173;
}
</style>
background-color css
<style>
a { background-color: #DDA173; }
a { background-color: rgb(221,161,115); }
div.DivClassName
{
background-color: #DDA173;
}
.BgClassName
{
background-color: #DDA173;
}
</style>
border-color css
<style>
span { border-color: #DDA173; }
span { border-color: rgb(221,161,115); }
td.TdClassName
{
border-color: #DDA173;
}
.TagClassName
{
border-color: #DDA173;
}
</style>