Shades of Tumbleweed #DDA777
Tints of Tumbleweed #DDA777
RGB
CMYK
RGB Variations
Color information
#DDA777 (or 0xDDA777) is known color: Tumbleweed. HEX triplet: DD, A7 and 77. RGB value is (221,167,119). Sum of RGB (Red+Green+Blue) = 221+167+119=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA777 is #225888. Grayscale: #B1B1B1. Windows color (decimal): -2250889 or 7841757. OLE color: 7841757.
HSL color Cylindrical-coordinate representation of color #DDA777: hue angle of 28.24º 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 #DDA777 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 119 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.13 |
| HSL | 28.24º | 0.6% | 0.67% | - |
| HSV(B) | 28.24º | 0.46% | 0.87% | - |
| XYZ | 46.97 | 44.34 | 23.54 | - |
| YUV | 177.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 119 | 0 | 0.24 | 0.46 | 0.13 | 28.24 | 0.6 | 0.67 |
| Hex | DD | A7 | 77 | 0 | 18 | 2E | D | 1C | 3C | 43 |
| Octal | 335 | 247 | 167 | 0 | 30 | 56 | 15 | 34 | 74 | 103 |
| Binary | 11011101 | 10100111 | 1110111 | 0 | 11000 | 101110 | 1101 | 11100 | 111100 | 1000011 |
Color Harmonies of #DDA777
Complementary color
Monochromatic Colors of #DDA777
Black with #DDA777
Text Example
Text Example
White with #DDA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA777; }
p { color: rgb(221,167,119); }
H1.HeaderClassName
{
color: #DDA777;
}
.AnyTagClassName
{
color: #DDA777;
}
</style>
background-color css
<style>
a { background-color: #DDA777; }
a { background-color: rgb(221,167,119); }
div.DivClassName
{
background-color: #DDA777;
}
.BgClassName
{
background-color: #DDA777;
}
</style>
border-color css
<style>
span { border-color: #DDA777; }
span { border-color: rgb(221,167,119); }
td.TdClassName
{
border-color: #DDA777;
}
.TagClassName
{
border-color: #DDA777;
}
</style>