Shades of Tumbleweed #DDA57C
Tints of Tumbleweed #DDA57C
RGB
CMYK
RGB Variations
Color information
#DDA57C (or 0xDDA57C) is known color: Tumbleweed. HEX triplet: DD, A5 and 7C. RGB value is (221,165,124). Sum of RGB (Red+Green+Blue) = 221+165+124=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA57C is #225A83. Grayscale: #B1B1B1. Windows color (decimal): -2251396 or 8168925. OLE color: 8168925.
HSL color Cylindrical-coordinate representation of color #DDA57C: hue angle of 25.36º 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 #DDA57C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 124 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.13 |
| HSL | 25.36º | 0.59% | 0.68% | - |
| HSV(B) | 25.36º | 0.44% | 0.87% | - |
| XYZ | 46.91 | 43.74 | 25.04 | - |
| YUV | 177.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 124 | 0 | 0.25 | 0.44 | 0.13 | 25.36 | 0.59 | 0.68 |
| Hex | DD | A5 | 7C | 0 | 19 | 2C | D | 19 | 3B | 44 |
| Octal | 335 | 245 | 174 | 0 | 31 | 54 | 15 | 31 | 73 | 104 |
| Binary | 11011101 | 10100101 | 1111100 | 0 | 11001 | 101100 | 1101 | 11001 | 111011 | 1000100 |
Color Harmonies of #DDA57C
Complementary color
Monochromatic Colors of #DDA57C
Black with #DDA57C
Text Example
Text Example
White with #DDA57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA57C; }
p { color: rgb(221,165,124); }
H1.HeaderClassName
{
color: #DDA57C;
}
.AnyTagClassName
{
color: #DDA57C;
}
</style>
background-color css
<style>
a { background-color: #DDA57C; }
a { background-color: rgb(221,165,124); }
div.DivClassName
{
background-color: #DDA57C;
}
.BgClassName
{
background-color: #DDA57C;
}
</style>
border-color css
<style>
span { border-color: #DDA57C; }
span { border-color: rgb(221,165,124); }
td.TdClassName
{
border-color: #DDA57C;
}
.TagClassName
{
border-color: #DDA57C;
}
</style>