Shades of Tumbleweed #DDA67D
Tints of Tumbleweed #DDA67D
RGB
CMYK
RGB Variations
Color information
#DDA67D (or 0xDDA67D) is known color: Tumbleweed. HEX triplet: DD, A6 and 7D. RGB value is (221,166,125). Sum of RGB (Red+Green+Blue) = 221+166+125=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA67D is #225982. Grayscale: #B1B1B1. Windows color (decimal): -2251139 or 8234717. OLE color: 8234717.
HSL color Cylindrical-coordinate representation of color #DDA67D: hue angle of 25.62º degrees, saturation: 0.59, 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 #DDA67D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 125 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.13 |
| HSL | 25.63º | 0.59% | 0.68% | - |
| HSV(B) | 25.63º | 0.43% | 0.87% | - |
| XYZ | 47.16 | 44.13 | 25.43 | - |
| YUV | 177.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 125 | 0 | 0.25 | 0.43 | 0.13 | 25.63 | 0.59 | 0.68 |
| Hex | DD | A6 | 7D | 0 | 19 | 2B | D | 1A | 3B | 44 |
| Octal | 335 | 246 | 175 | 0 | 31 | 53 | 15 | 32 | 73 | 104 |
| Binary | 11011101 | 10100110 | 1111101 | 0 | 11001 | 101011 | 1101 | 11010 | 111011 | 1000100 |
Color Harmonies of #DDA67D
Complementary color
Monochromatic Colors of #DDA67D
Black with #DDA67D
Text Example
Text Example
White with #DDA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA67D; }
p { color: rgb(221,166,125); }
H1.HeaderClassName
{
color: #DDA67D;
}
.AnyTagClassName
{
color: #DDA67D;
}
</style>
background-color css
<style>
a { background-color: #DDA67D; }
a { background-color: rgb(221,166,125); }
div.DivClassName
{
background-color: #DDA67D;
}
.BgClassName
{
background-color: #DDA67D;
}
</style>
border-color css
<style>
span { border-color: #DDA67D; }
span { border-color: rgb(221,166,125); }
td.TdClassName
{
border-color: #DDA67D;
}
.TagClassName
{
border-color: #DDA67D;
}
</style>