Shades of Tumbleweed #DDA67F
Tints of Tumbleweed #DDA67F
RGB
CMYK
RGB Variations
Color information
#DDA67F (or 0xDDA67F) is known color: Tumbleweed. HEX triplet: DD, A6 and 7F. RGB value is (221,166,127). Sum of RGB (Red+Green+Blue) = 221+166+127=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA67F is #225980. Grayscale: #B2B2B2. Windows color (decimal): -2251137 or 8365789. OLE color: 8365789.
HSL color Cylindrical-coordinate representation of color #DDA67F: hue angle of 24.89º 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 #DDA67F is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 127 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.13 |
| HSL | 24.89º | 0.58% | 0.68% | - |
| HSV(B) | 24.89º | 0.43% | 0.87% | - |
| XYZ | 47.29 | 44.18 | 26.11 | - |
| YUV | 178 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 127 | 0 | 0.25 | 0.43 | 0.13 | 24.89 | 0.58 | 0.68 |
| Hex | DD | A6 | 7F | 0 | 19 | 2B | D | 19 | 3A | 44 |
| Octal | 335 | 246 | 177 | 0 | 31 | 53 | 15 | 31 | 72 | 104 |
| Binary | 11011101 | 10100110 | 1111111 | 0 | 11001 | 101011 | 1101 | 11001 | 111010 | 1000100 |
Color Harmonies of #DDA67F
Complementary color
Monochromatic Colors of #DDA67F
Black with #DDA67F
Text Example
Text Example
White with #DDA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA67F; }
p { color: rgb(221,166,127); }
H1.HeaderClassName
{
color: #DDA67F;
}
.AnyTagClassName
{
color: #DDA67F;
}
</style>
background-color css
<style>
a { background-color: #DDA67F; }
a { background-color: rgb(221,166,127); }
div.DivClassName
{
background-color: #DDA67F;
}
.BgClassName
{
background-color: #DDA67F;
}
</style>
border-color css
<style>
span { border-color: #DDA67F; }
span { border-color: rgb(221,166,127); }
td.TdClassName
{
border-color: #DDA67F;
}
.TagClassName
{
border-color: #DDA67F;
}
</style>