Shades of Tumbleweed #DDA574
Tints of Tumbleweed #DDA574
RGB
CMYK
RGB Variations
Color information
#DDA574 (or 0xDDA574) is known color: Tumbleweed. HEX triplet: DD, A5 and 74. RGB value is (221,165,116). Sum of RGB (Red+Green+Blue) = 221+165+116=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA574 is #225A8B. Grayscale: #B0B0B0. Windows color (decimal): -2251404 or 7644637. OLE color: 7644637.
HSL color Cylindrical-coordinate representation of color #DDA574: hue angle of 28º 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 #DDA574 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 116 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.13 |
| HSL | 28º | 0.61% | 0.66% | - |
| HSV(B) | 28º | 0.48% | 0.87% | - |
| XYZ | 46.43 | 43.54 | 22.48 | - |
| YUV | 176.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 116 | 0 | 0.25 | 0.48 | 0.13 | 28 | 0.61 | 0.66 |
| Hex | DD | A5 | 74 | 0 | 19 | 30 | D | 1C | 3D | 42 |
| Octal | 335 | 245 | 164 | 0 | 31 | 60 | 15 | 34 | 75 | 102 |
| Binary | 11011101 | 10100101 | 1110100 | 0 | 11001 | 110000 | 1101 | 11100 | 111101 | 1000010 |
Color Harmonies of #DDA574
Complementary color
Monochromatic Colors of #DDA574
Black with #DDA574
Text Example
Text Example
White with #DDA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA574; }
p { color: rgb(221,165,116); }
H1.HeaderClassName
{
color: #DDA574;
}
.AnyTagClassName
{
color: #DDA574;
}
</style>
background-color css
<style>
a { background-color: #DDA574; }
a { background-color: rgb(221,165,116); }
div.DivClassName
{
background-color: #DDA574;
}
.BgClassName
{
background-color: #DDA574;
}
</style>
border-color css
<style>
span { border-color: #DDA574; }
span { border-color: rgb(221,165,116); }
td.TdClassName
{
border-color: #DDA574;
}
.TagClassName
{
border-color: #DDA574;
}
</style>