Shades of Tumbleweed #DDA37F
Tints of Tumbleweed #DDA37F
RGB
CMYK
RGB Variations
Color information
#DDA37F (or 0xDDA37F) is known color: Tumbleweed. HEX triplet: DD, A3 and 7F. RGB value is (221,163,127). Sum of RGB (Red+Green+Blue) = 221+163+127=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA37F is #225C80. Grayscale: #B0B0B0. Windows color (decimal): -2251905 or 8365021. OLE color: 8365021.
HSL color Cylindrical-coordinate representation of color #DDA37F: hue angle of 22.98º 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 #DDA37F is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 127 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.13 |
| HSL | 22.98º | 0.58% | 0.68% | - |
| HSV(B) | 22.98º | 0.43% | 0.87% | - |
| XYZ | 46.75 | 43.1 | 25.93 | - |
| YUV | 176.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 127 | 0 | 0.26 | 0.43 | 0.13 | 22.98 | 0.58 | 0.68 |
| Hex | DD | A3 | 7F | 0 | 1A | 2B | D | 17 | 3A | 44 |
| Octal | 335 | 243 | 177 | 0 | 32 | 53 | 15 | 27 | 72 | 104 |
| Binary | 11011101 | 10100011 | 1111111 | 0 | 11010 | 101011 | 1101 | 10111 | 111010 | 1000100 |
Color Harmonies of #DDA37F
Complementary color
Monochromatic Colors of #DDA37F
Black with #DDA37F
Text Example
Text Example
White with #DDA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA37F; }
p { color: rgb(221,163,127); }
H1.HeaderClassName
{
color: #DDA37F;
}
.AnyTagClassName
{
color: #DDA37F;
}
</style>
background-color css
<style>
a { background-color: #DDA37F; }
a { background-color: rgb(221,163,127); }
div.DivClassName
{
background-color: #DDA37F;
}
.BgClassName
{
background-color: #DDA37F;
}
</style>
border-color css
<style>
span { border-color: #DDA37F; }
span { border-color: rgb(221,163,127); }
td.TdClassName
{
border-color: #DDA37F;
}
.TagClassName
{
border-color: #DDA37F;
}
</style>