Shades of Tumbleweed #DDA16F
Tints of Tumbleweed #DDA16F
RGB
CMYK
RGB Variations
Color information
#DDA16F (or 0xDDA16F) is known color: Tumbleweed. HEX triplet: DD, A1 and 6F. RGB value is (221,161,111). Sum of RGB (Red+Green+Blue) = 221+161+111=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA16F is #225E90. Grayscale: #ADADAD. Windows color (decimal): -2252433 or 7315933. OLE color: 7315933.
HSL color Cylindrical-coordinate representation of color #DDA16F: hue angle of 27.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA16F is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 111 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.13 |
| HSL | 27.27º | 0.62% | 0.65% | - |
| HSV(B) | 27.27º | 0.5% | 0.87% | - |
| XYZ | 45.43 | 42.01 | 20.75 | - |
| YUV | 173.24 | 92.88 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 111 | 0 | 0.27 | 0.50 | 0.13 | 27.27 | 0.62 | 0.65 |
| Hex | DD | A1 | 6F | 0 | 1B | 32 | D | 1B | 3E | 41 |
| Octal | 335 | 241 | 157 | 0 | 33 | 62 | 15 | 33 | 76 | 101 |
| Binary | 11011101 | 10100001 | 1101111 | 0 | 11011 | 110010 | 1101 | 11011 | 111110 | 1000001 |
Color Harmonies of #DDA16F
Complementary color
Monochromatic Colors of #DDA16F
Black with #DDA16F
Text Example
Text Example
White with #DDA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA16F; }
p { color: rgb(221,161,111); }
H1.HeaderClassName
{
color: #DDA16F;
}
.AnyTagClassName
{
color: #DDA16F;
}
</style>
background-color css
<style>
a { background-color: #DDA16F; }
a { background-color: rgb(221,161,111); }
div.DivClassName
{
background-color: #DDA16F;
}
.BgClassName
{
background-color: #DDA16F;
}
</style>
border-color css
<style>
span { border-color: #DDA16F; }
span { border-color: rgb(221,161,111); }
td.TdClassName
{
border-color: #DDA16F;
}
.TagClassName
{
border-color: #DDA16F;
}
</style>