Shades of Tumbleweed #DDA176
Tints of Tumbleweed #DDA176
RGB
CMYK
RGB Variations
Color information
#DDA176 (or 0xDDA176) is known color: Tumbleweed. HEX triplet: DD, A1 and 76. RGB value is (221,161,118). Sum of RGB (Red+Green+Blue) = 221+161+118=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA176 is #225E89. Grayscale: #AEAEAE. Windows color (decimal): -2252426 or 7774685. OLE color: 7774685.
HSL color Cylindrical-coordinate representation of color #DDA176: hue angle of 25.05º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDA176 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 118 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.13 |
| HSL | 25.05º | 0.6% | 0.66% | - |
| HSV(B) | 25.05º | 0.47% | 0.87% | - |
| XYZ | 45.83 | 42.17 | 22.86 | - |
| YUV | 174.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 118 | 0 | 0.27 | 0.47 | 0.13 | 25.05 | 0.6 | 0.66 |
| Hex | DD | A1 | 76 | 0 | 1B | 2F | D | 19 | 3C | 42 |
| Octal | 335 | 241 | 166 | 0 | 33 | 57 | 15 | 31 | 74 | 102 |
| Binary | 11011101 | 10100001 | 1110110 | 0 | 11011 | 101111 | 1101 | 11001 | 111100 | 1000010 |
Color Harmonies of #DDA176
Complementary color
Monochromatic Colors of #DDA176
Black with #DDA176
Text Example
Text Example
White with #DDA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA176; }
p { color: rgb(221,161,118); }
H1.HeaderClassName
{
color: #DDA176;
}
.AnyTagClassName
{
color: #DDA176;
}
</style>
background-color css
<style>
a { background-color: #DDA176; }
a { background-color: rgb(221,161,118); }
div.DivClassName
{
background-color: #DDA176;
}
.BgClassName
{
background-color: #DDA176;
}
</style>
border-color css
<style>
span { border-color: #DDA176; }
span { border-color: rgb(221,161,118); }
td.TdClassName
{
border-color: #DDA176;
}
.TagClassName
{
border-color: #DDA176;
}
</style>