Shades of Tumbleweed #DDA87F
Tints of Tumbleweed #DDA87F
RGB
CMYK
RGB Variations
Color information
#DDA87F (or 0xDDA87F) is known color: Tumbleweed. HEX triplet: DD, A8 and 7F. RGB value is (221,168,127). Sum of RGB (Red+Green+Blue) = 221+168+127=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA87F is #225780. Grayscale: #B3B3B3. Windows color (decimal): -2250625 or 8366301. OLE color: 8366301.
HSL color Cylindrical-coordinate representation of color #DDA87F: hue angle of 26.17º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDA87F is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 127 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.13 |
| HSL | 26.17º | 0.58% | 0.68% | - |
| HSV(B) | 26.17º | 0.43% | 0.87% | - |
| XYZ | 47.65 | 44.91 | 26.24 | - |
| YUV | 179.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 127 | 0 | 0.24 | 0.43 | 0.13 | 26.17 | 0.58 | 0.68 |
| Hex | DD | A8 | 7F | 0 | 18 | 2B | D | 1A | 3A | 44 |
| Octal | 335 | 250 | 177 | 0 | 30 | 53 | 15 | 32 | 72 | 104 |
| Binary | 11011101 | 10101000 | 1111111 | 0 | 11000 | 101011 | 1101 | 11010 | 111010 | 1000100 |
Color Harmonies of #DDA87F
Complementary color
Monochromatic Colors of #DDA87F
Black with #DDA87F
Text Example
Text Example
White with #DDA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA87F; }
p { color: rgb(221,168,127); }
H1.HeaderClassName
{
color: #DDA87F;
}
.AnyTagClassName
{
color: #DDA87F;
}
</style>
background-color css
<style>
a { background-color: #DDA87F; }
a { background-color: rgb(221,168,127); }
div.DivClassName
{
background-color: #DDA87F;
}
.BgClassName
{
background-color: #DDA87F;
}
</style>
border-color css
<style>
span { border-color: #DDA87F; }
span { border-color: rgb(221,168,127); }
td.TdClassName
{
border-color: #DDA87F;
}
.TagClassName
{
border-color: #DDA87F;
}
</style>