Shades of Tumbleweed #DDA073
Tints of Tumbleweed #DDA073
RGB
CMYK
RGB Variations
Color information
#DDA073 (or 0xDDA073) is known color: Tumbleweed. HEX triplet: DD, A0 and 73. RGB value is (221,160,115). Sum of RGB (Red+Green+Blue) = 221+160+115=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA073 is #225F8C. Grayscale: #ADADAD. Windows color (decimal): -2252685 or 7577821. OLE color: 7577821.
HSL color Cylindrical-coordinate representation of color #DDA073: hue angle of 25.47º 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 #DDA073 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 115 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.13 |
| HSL | 25.47º | 0.61% | 0.66% | - |
| HSV(B) | 25.47º | 0.48% | 0.87% | - |
| XYZ | 45.48 | 41.75 | 21.88 | - |
| YUV | 173.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 115 | 0 | 0.28 | 0.48 | 0.13 | 25.47 | 0.61 | 0.66 |
| Hex | DD | A0 | 73 | 0 | 1C | 30 | D | 19 | 3D | 42 |
| Octal | 335 | 240 | 163 | 0 | 34 | 60 | 15 | 31 | 75 | 102 |
| Binary | 11011101 | 10100000 | 1110011 | 0 | 11100 | 110000 | 1101 | 11001 | 111101 | 1000010 |
Color Harmonies of #DDA073
Complementary color
Monochromatic Colors of #DDA073
Black with #DDA073
Text Example
Text Example
White with #DDA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA073; }
p { color: rgb(221,160,115); }
H1.HeaderClassName
{
color: #DDA073;
}
.AnyTagClassName
{
color: #DDA073;
}
</style>
background-color css
<style>
a { background-color: #DDA073; }
a { background-color: rgb(221,160,115); }
div.DivClassName
{
background-color: #DDA073;
}
.BgClassName
{
background-color: #DDA073;
}
</style>
border-color css
<style>
span { border-color: #DDA073; }
span { border-color: rgb(221,160,115); }
td.TdClassName
{
border-color: #DDA073;
}
.TagClassName
{
border-color: #DDA073;
}
</style>