Shades of Tumbleweed #DDA67E
Tints of Tumbleweed #DDA67E
RGB
CMYK
RGB Variations
Color information
#DDA67E (or 0xDDA67E) is known color: Tumbleweed. HEX triplet: DD, A6 and 7E. RGB value is (221,166,126). Sum of RGB (Red+Green+Blue) = 221+166+126=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA67E is #225981. Grayscale: #B2B2B2. Windows color (decimal): -2251138 or 8300253. OLE color: 8300253.
HSL color Cylindrical-coordinate representation of color #DDA67E: hue angle of 25.26º 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 #DDA67E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 126 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.13 |
| HSL | 25.26º | 0.58% | 0.68% | - |
| HSV(B) | 25.26º | 0.43% | 0.87% | - |
| XYZ | 47.22 | 44.15 | 25.77 | - |
| YUV | 177.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 126 | 0 | 0.25 | 0.43 | 0.13 | 25.26 | 0.58 | 0.68 |
| Hex | DD | A6 | 7E | 0 | 19 | 2B | D | 19 | 3A | 44 |
| Octal | 335 | 246 | 176 | 0 | 31 | 53 | 15 | 31 | 72 | 104 |
| Binary | 11011101 | 10100110 | 1111110 | 0 | 11001 | 101011 | 1101 | 11001 | 111010 | 1000100 |
Color Harmonies of #DDA67E
Complementary color
Monochromatic Colors of #DDA67E
Black with #DDA67E
Text Example
Text Example
White with #DDA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA67E; }
p { color: rgb(221,166,126); }
H1.HeaderClassName
{
color: #DDA67E;
}
.AnyTagClassName
{
color: #DDA67E;
}
</style>
background-color css
<style>
a { background-color: #DDA67E; }
a { background-color: rgb(221,166,126); }
div.DivClassName
{
background-color: #DDA67E;
}
.BgClassName
{
background-color: #DDA67E;
}
</style>
border-color css
<style>
span { border-color: #DDA67E; }
span { border-color: rgb(221,166,126); }
td.TdClassName
{
border-color: #DDA67E;
}
.TagClassName
{
border-color: #DDA67E;
}
</style>