Shades of Tumbleweed #DDA87D
Tints of Tumbleweed #DDA87D
RGB
CMYK
RGB Variations
Color information
#DDA87D (or 0xDDA87D) is known color: Tumbleweed. HEX triplet: DD, A8 and 7D. RGB value is (221,168,125). Sum of RGB (Red+Green+Blue) = 221+168+125=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA87D is #225782. Grayscale: #B3B3B3. Windows color (decimal): -2250627 or 8235229. OLE color: 8235229.
HSL color Cylindrical-coordinate representation of color #DDA87D: hue angle of 26.88º 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 #DDA87D is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 125 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.13 |
| HSL | 26.88º | 0.59% | 0.68% | - |
| HSV(B) | 26.88º | 0.43% | 0.87% | - |
| XYZ | 47.52 | 44.86 | 25.56 | - |
| YUV | 178.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 125 | 0 | 0.24 | 0.43 | 0.13 | 26.88 | 0.59 | 0.68 |
| Hex | DD | A8 | 7D | 0 | 18 | 2B | D | 1B | 3B | 44 |
| Octal | 335 | 250 | 175 | 0 | 30 | 53 | 15 | 33 | 73 | 104 |
| Binary | 11011101 | 10101000 | 1111101 | 0 | 11000 | 101011 | 1101 | 11011 | 111011 | 1000100 |
Color Harmonies of #DDA87D
Complementary color
Monochromatic Colors of #DDA87D
Black with #DDA87D
Text Example
Text Example
White with #DDA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA87D; }
p { color: rgb(221,168,125); }
H1.HeaderClassName
{
color: #DDA87D;
}
.AnyTagClassName
{
color: #DDA87D;
}
</style>
background-color css
<style>
a { background-color: #DDA87D; }
a { background-color: rgb(221,168,125); }
div.DivClassName
{
background-color: #DDA87D;
}
.BgClassName
{
background-color: #DDA87D;
}
</style>
border-color css
<style>
span { border-color: #DDA87D; }
span { border-color: rgb(221,168,125); }
td.TdClassName
{
border-color: #DDA87D;
}
.TagClassName
{
border-color: #DDA87D;
}
</style>