Shades of Tumbleweed #DDA372
Tints of Tumbleweed #DDA372
RGB
CMYK
RGB Variations
Color information
#DDA372 (or 0xDDA372) is known color: Tumbleweed. HEX triplet: DD, A3 and 72. RGB value is (221,163,114). Sum of RGB (Red+Green+Blue) = 221+163+114=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA372 is #225C8D. Grayscale: #AFAFAF. Windows color (decimal): -2251918 or 7513053. OLE color: 7513053.
HSL color Cylindrical-coordinate representation of color #DDA372: hue angle of 27.48º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA372 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 114 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.13 |
| HSL | 27.48º | 0.61% | 0.66% | - |
| HSV(B) | 27.48º | 0.48% | 0.87% | - |
| XYZ | 45.95 | 42.78 | 21.76 | - |
| YUV | 174.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 114 | 0 | 0.26 | 0.48 | 0.13 | 27.48 | 0.61 | 0.66 |
| Hex | DD | A3 | 72 | 0 | 1A | 30 | D | 1B | 3D | 42 |
| Octal | 335 | 243 | 162 | 0 | 32 | 60 | 15 | 33 | 75 | 102 |
| Binary | 11011101 | 10100011 | 1110010 | 0 | 11010 | 110000 | 1101 | 11011 | 111101 | 1000010 |
Color Harmonies of #DDA372
Complementary color
Monochromatic Colors of #DDA372
Black with #DDA372
Text Example
Text Example
White with #DDA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA372; }
p { color: rgb(221,163,114); }
H1.HeaderClassName
{
color: #DDA372;
}
.AnyTagClassName
{
color: #DDA372;
}
</style>
background-color css
<style>
a { background-color: #DDA372; }
a { background-color: rgb(221,163,114); }
div.DivClassName
{
background-color: #DDA372;
}
.BgClassName
{
background-color: #DDA372;
}
</style>
border-color css
<style>
span { border-color: #DDA372; }
span { border-color: rgb(221,163,114); }
td.TdClassName
{
border-color: #DDA372;
}
.TagClassName
{
border-color: #DDA372;
}
</style>