Shades of Tumbleweed #DDA475
Tints of Tumbleweed #DDA475
RGB
CMYK
RGB Variations
Color information
#DDA475 (or 0xDDA475) is known color: Tumbleweed. HEX triplet: DD, A4 and 75. RGB value is (221,164,117). Sum of RGB (Red+Green+Blue) = 221+164+117=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA475 is #225B8A. Grayscale: #AFAFAF. Windows color (decimal): -2251659 or 7709917. OLE color: 7709917.
HSL color Cylindrical-coordinate representation of color #DDA475: hue angle of 27.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDA475 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 117 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.13 |
| HSL | 27.12º | 0.6% | 0.66% | - |
| HSV(B) | 27.12º | 0.47% | 0.87% | - |
| XYZ | 46.31 | 43.21 | 22.73 | - |
| YUV | 175.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 117 | 0 | 0.26 | 0.47 | 0.13 | 27.12 | 0.6 | 0.66 |
| Hex | DD | A4 | 75 | 0 | 1A | 2F | D | 1B | 3C | 42 |
| Octal | 335 | 244 | 165 | 0 | 32 | 57 | 15 | 33 | 74 | 102 |
| Binary | 11011101 | 10100100 | 1110101 | 0 | 11010 | 101111 | 1101 | 11011 | 111100 | 1000010 |
Color Harmonies of #DDA475
Complementary color
Monochromatic Colors of #DDA475
Black with #DDA475
Text Example
Text Example
White with #DDA475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA475; }
p { color: rgb(221,164,117); }
H1.HeaderClassName
{
color: #DDA475;
}
.AnyTagClassName
{
color: #DDA475;
}
</style>
background-color css
<style>
a { background-color: #DDA475; }
a { background-color: rgb(221,164,117); }
div.DivClassName
{
background-color: #DDA475;
}
.BgClassName
{
background-color: #DDA475;
}
</style>
border-color css
<style>
span { border-color: #DDA475; }
span { border-color: rgb(221,164,117); }
td.TdClassName
{
border-color: #DDA475;
}
.TagClassName
{
border-color: #DDA475;
}
</style>