Shades of Tumbleweed #DDA277
Tints of Tumbleweed #DDA277
RGB
CMYK
RGB Variations
Color information
#DDA277 (or 0xDDA277) is known color: Tumbleweed. HEX triplet: DD, A2 and 77. RGB value is (221,162,119). Sum of RGB (Red+Green+Blue) = 221+162+119=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA277 is #225D88. Grayscale: #AEAEAE. Windows color (decimal): -2252169 or 7840477. OLE color: 7840477.
HSL color Cylindrical-coordinate representation of color #DDA277: hue angle of 25.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDA277 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 119 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.13 |
| HSL | 25.29º | 0.6% | 0.67% | - |
| HSV(B) | 25.29º | 0.46% | 0.87% | - |
| XYZ | 46.07 | 42.54 | 23.24 | - |
| YUV | 174.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 119 | 0 | 0.27 | 0.46 | 0.13 | 25.29 | 0.6 | 0.67 |
| Hex | DD | A2 | 77 | 0 | 1B | 2E | D | 19 | 3C | 43 |
| Octal | 335 | 242 | 167 | 0 | 33 | 56 | 15 | 31 | 74 | 103 |
| Binary | 11011101 | 10100010 | 1110111 | 0 | 11011 | 101110 | 1101 | 11001 | 111100 | 1000011 |
Color Harmonies of #DDA277
Complementary color
Monochromatic Colors of #DDA277
Black with #DDA277
Text Example
Text Example
White with #DDA277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA277; }
p { color: rgb(221,162,119); }
H1.HeaderClassName
{
color: #DDA277;
}
.AnyTagClassName
{
color: #DDA277;
}
</style>
background-color css
<style>
a { background-color: #DDA277; }
a { background-color: rgb(221,162,119); }
div.DivClassName
{
background-color: #DDA277;
}
.BgClassName
{
background-color: #DDA277;
}
</style>
border-color css
<style>
span { border-color: #DDA277; }
span { border-color: rgb(221,162,119); }
td.TdClassName
{
border-color: #DDA277;
}
.TagClassName
{
border-color: #DDA277;
}
</style>