Shades of Tumbleweed #DDA57E
Tints of Tumbleweed #DDA57E
RGB
CMYK
RGB Variations
Color information
#DDA57E (or 0xDDA57E) is known color: Tumbleweed. HEX triplet: DD, A5 and 7E. RGB value is (221,165,126). Sum of RGB (Red+Green+Blue) = 221+165+126=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA57E is #225A81. Grayscale: #B1B1B1. Windows color (decimal): -2251394 or 8299997. OLE color: 8299997.
HSL color Cylindrical-coordinate representation of color #DDA57E: hue angle of 24.63º 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 #DDA57E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 126 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.13 |
| HSL | 24.63º | 0.58% | 0.68% | - |
| HSV(B) | 24.63º | 0.43% | 0.87% | - |
| XYZ | 47.04 | 43.79 | 25.71 | - |
| YUV | 177.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 126 | 0 | 0.25 | 0.43 | 0.13 | 24.63 | 0.58 | 0.68 |
| Hex | DD | A5 | 7E | 0 | 19 | 2B | D | 19 | 3A | 44 |
| Octal | 335 | 245 | 176 | 0 | 31 | 53 | 15 | 31 | 72 | 104 |
| Binary | 11011101 | 10100101 | 1111110 | 0 | 11001 | 101011 | 1101 | 11001 | 111010 | 1000100 |
Color Harmonies of #DDA57E
Complementary color
Monochromatic Colors of #DDA57E
Black with #DDA57E
Text Example
Text Example
White with #DDA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA57E; }
p { color: rgb(221,165,126); }
H1.HeaderClassName
{
color: #DDA57E;
}
.AnyTagClassName
{
color: #DDA57E;
}
</style>
background-color css
<style>
a { background-color: #DDA57E; }
a { background-color: rgb(221,165,126); }
div.DivClassName
{
background-color: #DDA57E;
}
.BgClassName
{
background-color: #DDA57E;
}
</style>
border-color css
<style>
span { border-color: #DDA57E; }
span { border-color: rgb(221,165,126); }
td.TdClassName
{
border-color: #DDA57E;
}
.TagClassName
{
border-color: #DDA57E;
}
</style>