Shades of Tumbleweed #DDA573
Tints of Tumbleweed #DDA573
RGB
CMYK
RGB Variations
Color information
#DDA573 (or 0xDDA573) is known color: Tumbleweed. HEX triplet: DD, A5 and 73. RGB value is (221,165,115). Sum of RGB (Red+Green+Blue) = 221+165+115=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA573 is #225A8C. Grayscale: #B0B0B0. Windows color (decimal): -2251405 or 7579101. OLE color: 7579101.
HSL color Cylindrical-coordinate representation of color #DDA573: hue angle of 28.3º 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 #DDA573 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 115 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.13 |
| HSL | 28.3º | 0.61% | 0.66% | - |
| HSV(B) | 28.3º | 0.48% | 0.87% | - |
| XYZ | 46.37 | 43.52 | 22.18 | - |
| YUV | 176.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 115 | 0 | 0.25 | 0.48 | 0.13 | 28.3 | 0.61 | 0.66 |
| Hex | DD | A5 | 73 | 0 | 19 | 30 | D | 1C | 3D | 42 |
| Octal | 335 | 245 | 163 | 0 | 31 | 60 | 15 | 34 | 75 | 102 |
| Binary | 11011101 | 10100101 | 1110011 | 0 | 11001 | 110000 | 1101 | 11100 | 111101 | 1000010 |
Color Harmonies of #DDA573
Complementary color
Monochromatic Colors of #DDA573
Black with #DDA573
Text Example
Text Example
White with #DDA573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA573; }
p { color: rgb(221,165,115); }
H1.HeaderClassName
{
color: #DDA573;
}
.AnyTagClassName
{
color: #DDA573;
}
</style>
background-color css
<style>
a { background-color: #DDA573; }
a { background-color: rgb(221,165,115); }
div.DivClassName
{
background-color: #DDA573;
}
.BgClassName
{
background-color: #DDA573;
}
</style>
border-color css
<style>
span { border-color: #DDA573; }
span { border-color: rgb(221,165,115); }
td.TdClassName
{
border-color: #DDA573;
}
.TagClassName
{
border-color: #DDA573;
}
</style>