Shades of Tumbleweed #DDA67C
Tints of Tumbleweed #DDA67C
RGB
CMYK
RGB Variations
Color information
#DDA67C (or 0xDDA67C) is known color: Tumbleweed. HEX triplet: DD, A6 and 7C. RGB value is (221,166,124). Sum of RGB (Red+Green+Blue) = 221+166+124=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA67C is #225983. Grayscale: #B1B1B1. Windows color (decimal): -2251140 or 8169181. OLE color: 8169181.
HSL color Cylindrical-coordinate representation of color #DDA67C: hue angle of 25.98º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDA67C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 124 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.13 |
| HSL | 25.98º | 0.59% | 0.68% | - |
| HSV(B) | 25.98º | 0.44% | 0.87% | - |
| XYZ | 47.09 | 44.1 | 25.1 | - |
| YUV | 177.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 124 | 0 | 0.25 | 0.44 | 0.13 | 25.98 | 0.59 | 0.68 |
| Hex | DD | A6 | 7C | 0 | 19 | 2C | D | 1A | 3B | 44 |
| Octal | 335 | 246 | 174 | 0 | 31 | 54 | 15 | 32 | 73 | 104 |
| Binary | 11011101 | 10100110 | 1111100 | 0 | 11001 | 101100 | 1101 | 11010 | 111011 | 1000100 |
Color Harmonies of #DDA67C
Complementary color
Monochromatic Colors of #DDA67C
Black with #DDA67C
Text Example
Text Example
White with #DDA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA67C; }
p { color: rgb(221,166,124); }
H1.HeaderClassName
{
color: #DDA67C;
}
.AnyTagClassName
{
color: #DDA67C;
}
</style>
background-color css
<style>
a { background-color: #DDA67C; }
a { background-color: rgb(221,166,124); }
div.DivClassName
{
background-color: #DDA67C;
}
.BgClassName
{
background-color: #DDA67C;
}
</style>
border-color css
<style>
span { border-color: #DDA67C; }
span { border-color: rgb(221,166,124); }
td.TdClassName
{
border-color: #DDA67C;
}
.TagClassName
{
border-color: #DDA67C;
}
</style>