Shades of Tumbleweed #DDA07B
Tints of Tumbleweed #DDA07B
RGB
CMYK
RGB Variations
Color information
#DDA07B (or 0xDDA07B) is known color: Tumbleweed. HEX triplet: DD, A0 and 7B. RGB value is (221,160,123). Sum of RGB (Red+Green+Blue) = 221+160+123=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA07B is #225F84. Grayscale: #AEAEAE. Windows color (decimal): -2252677 or 8102109. OLE color: 8102109.
HSL color Cylindrical-coordinate representation of color #DDA07B: hue angle of 22.65º 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 #DDA07B is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 123 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.13 |
| HSL | 22.65º | 0.59% | 0.67% | - |
| HSV(B) | 22.65º | 0.44% | 0.87% | - |
| XYZ | 45.96 | 41.94 | 24.41 | - |
| YUV | 174.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 123 | 0 | 0.28 | 0.44 | 0.13 | 22.65 | 0.59 | 0.67 |
| Hex | DD | A0 | 7B | 0 | 1C | 2C | D | 17 | 3B | 43 |
| Octal | 335 | 240 | 173 | 0 | 34 | 54 | 15 | 27 | 73 | 103 |
| Binary | 11011101 | 10100000 | 1111011 | 0 | 11100 | 101100 | 1101 | 10111 | 111011 | 1000011 |
Color Harmonies of #DDA07B
Complementary color
Monochromatic Colors of #DDA07B
Black with #DDA07B
Text Example
Text Example
White with #DDA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA07B; }
p { color: rgb(221,160,123); }
H1.HeaderClassName
{
color: #DDA07B;
}
.AnyTagClassName
{
color: #DDA07B;
}
</style>
background-color css
<style>
a { background-color: #DDA07B; }
a { background-color: rgb(221,160,123); }
div.DivClassName
{
background-color: #DDA07B;
}
.BgClassName
{
background-color: #DDA07B;
}
</style>
border-color css
<style>
span { border-color: #DDA07B; }
span { border-color: rgb(221,160,123); }
td.TdClassName
{
border-color: #DDA07B;
}
.TagClassName
{
border-color: #DDA07B;
}
</style>