Shades of Tumbleweed #DDA37C
Tints of Tumbleweed #DDA37C
RGB
CMYK
RGB Variations
Color information
#DDA37C (or 0xDDA37C) is known color: Tumbleweed. HEX triplet: DD, A3 and 7C. RGB value is (221,163,124). Sum of RGB (Red+Green+Blue) = 221+163+124=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA37C is #225C83. Grayscale: #B0B0B0. Windows color (decimal): -2251908 or 8168413. OLE color: 8168413.
HSL color Cylindrical-coordinate representation of color #DDA37C: hue angle of 24.12º 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 #DDA37C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 124 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.13 |
| HSL | 24.12º | 0.59% | 0.68% | - |
| HSV(B) | 24.12º | 0.44% | 0.87% | - |
| XYZ | 46.55 | 43.02 | 24.92 | - |
| YUV | 175.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 124 | 0 | 0.26 | 0.44 | 0.13 | 24.12 | 0.59 | 0.68 |
| Hex | DD | A3 | 7C | 0 | 1A | 2C | D | 18 | 3B | 44 |
| Octal | 335 | 243 | 174 | 0 | 32 | 54 | 15 | 30 | 73 | 104 |
| Binary | 11011101 | 10100011 | 1111100 | 0 | 11010 | 101100 | 1101 | 11000 | 111011 | 1000100 |
Color Harmonies of #DDA37C
Complementary color
Monochromatic Colors of #DDA37C
Black with #DDA37C
Text Example
Text Example
White with #DDA37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA37C; }
p { color: rgb(221,163,124); }
H1.HeaderClassName
{
color: #DDA37C;
}
.AnyTagClassName
{
color: #DDA37C;
}
</style>
background-color css
<style>
a { background-color: #DDA37C; }
a { background-color: rgb(221,163,124); }
div.DivClassName
{
background-color: #DDA37C;
}
.BgClassName
{
background-color: #DDA37C;
}
</style>
border-color css
<style>
span { border-color: #DDA37C; }
span { border-color: rgb(221,163,124); }
td.TdClassName
{
border-color: #DDA37C;
}
.TagClassName
{
border-color: #DDA37C;
}
</style>