Shades of Tumbleweed #DDA076
Tints of Tumbleweed #DDA076
RGB
CMYK
RGB Variations
Color information
#DDA076 (or 0xDDA076) is known color: Tumbleweed. HEX triplet: DD, A0 and 76. RGB value is (221,160,118). Sum of RGB (Red+Green+Blue) = 221+160+118=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA076 is #225F89. Grayscale: #ADADAD. Windows color (decimal): -2252682 or 7774429. OLE color: 7774429.
HSL color Cylindrical-coordinate representation of color #DDA076: hue angle of 24.47º 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 #DDA076 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 118 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.13 |
| HSL | 24.47º | 0.6% | 0.66% | - |
| HSV(B) | 24.47º | 0.47% | 0.87% | - |
| XYZ | 45.66 | 41.82 | 22.81 | - |
| YUV | 173.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 118 | 0 | 0.28 | 0.47 | 0.13 | 24.47 | 0.6 | 0.66 |
| Hex | DD | A0 | 76 | 0 | 1C | 2F | D | 18 | 3C | 42 |
| Octal | 335 | 240 | 166 | 0 | 34 | 57 | 15 | 30 | 74 | 102 |
| Binary | 11011101 | 10100000 | 1110110 | 0 | 11100 | 101111 | 1101 | 11000 | 111100 | 1000010 |
Color Harmonies of #DDA076
Complementary color
Monochromatic Colors of #DDA076
Black with #DDA076
Text Example
Text Example
White with #DDA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA076; }
p { color: rgb(221,160,118); }
H1.HeaderClassName
{
color: #DDA076;
}
.AnyTagClassName
{
color: #DDA076;
}
</style>
background-color css
<style>
a { background-color: #DDA076; }
a { background-color: rgb(221,160,118); }
div.DivClassName
{
background-color: #DDA076;
}
.BgClassName
{
background-color: #DDA076;
}
</style>
border-color css
<style>
span { border-color: #DDA076; }
span { border-color: rgb(221,160,118); }
td.TdClassName
{
border-color: #DDA076;
}
.TagClassName
{
border-color: #DDA076;
}
</style>