Shades of Tumbleweed #DDA17B
Tints of Tumbleweed #DDA17B
RGB
CMYK
RGB Variations
Color information
#DDA17B (or 0xDDA17B) is known color: Tumbleweed. HEX triplet: DD, A1 and 7B. RGB value is (221,161,123). Sum of RGB (Red+Green+Blue) = 221+161+123=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA17B is #225E84. Grayscale: #AEAEAE. Windows color (decimal): -2252421 or 8102365. OLE color: 8102365.
HSL color Cylindrical-coordinate representation of color #DDA17B: hue angle of 23.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDA17B is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 123 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.13 |
| HSL | 23.27º | 0.59% | 0.67% | - |
| HSV(B) | 23.27º | 0.44% | 0.87% | - |
| XYZ | 46.14 | 42.29 | 24.47 | - |
| YUV | 174.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 123 | 0 | 0.27 | 0.44 | 0.13 | 23.27 | 0.59 | 0.67 |
| Hex | DD | A1 | 7B | 0 | 1B | 2C | D | 17 | 3B | 43 |
| Octal | 335 | 241 | 173 | 0 | 33 | 54 | 15 | 27 | 73 | 103 |
| Binary | 11011101 | 10100001 | 1111011 | 0 | 11011 | 101100 | 1101 | 10111 | 111011 | 1000011 |
Color Harmonies of #DDA17B
Complementary color
Monochromatic Colors of #DDA17B
Black with #DDA17B
Text Example
Text Example
White with #DDA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA17B; }
p { color: rgb(221,161,123); }
H1.HeaderClassName
{
color: #DDA17B;
}
.AnyTagClassName
{
color: #DDA17B;
}
</style>
background-color css
<style>
a { background-color: #DDA17B; }
a { background-color: rgb(221,161,123); }
div.DivClassName
{
background-color: #DDA17B;
}
.BgClassName
{
background-color: #DDA17B;
}
</style>
border-color css
<style>
span { border-color: #DDA17B; }
span { border-color: rgb(221,161,123); }
td.TdClassName
{
border-color: #DDA17B;
}
.TagClassName
{
border-color: #DDA17B;
}
</style>