Shades of Tumbleweed #DDA27C
Tints of Tumbleweed #DDA27C
RGB
CMYK
RGB Variations
Color information
#DDA27C (or 0xDDA27C) is known color: Tumbleweed. HEX triplet: DD, A2 and 7C. RGB value is (221,162,124). Sum of RGB (Red+Green+Blue) = 221+162+124=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA27C is #225D83. Grayscale: #AFAFAF. Windows color (decimal): -2252164 or 8168157. OLE color: 8168157.
HSL color Cylindrical-coordinate representation of color #DDA27C: hue angle of 23.51º 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 #DDA27C is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 124 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.13 |
| HSL | 23.51º | 0.59% | 0.68% | - |
| HSV(B) | 23.51º | 0.44% | 0.87% | - |
| XYZ | 46.38 | 42.67 | 24.86 | - |
| YUV | 175.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 124 | 0 | 0.27 | 0.44 | 0.13 | 23.51 | 0.59 | 0.68 |
| Hex | DD | A2 | 7C | 0 | 1B | 2C | D | 18 | 3B | 44 |
| Octal | 335 | 242 | 174 | 0 | 33 | 54 | 15 | 30 | 73 | 104 |
| Binary | 11011101 | 10100010 | 1111100 | 0 | 11011 | 101100 | 1101 | 11000 | 111011 | 1000100 |
Color Harmonies of #DDA27C
Complementary color
Monochromatic Colors of #DDA27C
Black with #DDA27C
Text Example
Text Example
White with #DDA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA27C; }
p { color: rgb(221,162,124); }
H1.HeaderClassName
{
color: #DDA27C;
}
.AnyTagClassName
{
color: #DDA27C;
}
</style>
background-color css
<style>
a { background-color: #DDA27C; }
a { background-color: rgb(221,162,124); }
div.DivClassName
{
background-color: #DDA27C;
}
.BgClassName
{
background-color: #DDA27C;
}
</style>
border-color css
<style>
span { border-color: #DDA27C; }
span { border-color: rgb(221,162,124); }
td.TdClassName
{
border-color: #DDA27C;
}
.TagClassName
{
border-color: #DDA27C;
}
</style>