Shades of Tumbleweed #DDA06F
Tints of Tumbleweed #DDA06F
RGB
CMYK
RGB Variations
Color information
#DDA06F (or 0xDDA06F) is known color: Tumbleweed. HEX triplet: DD, A0 and 6F. RGB value is (221,160,111). Sum of RGB (Red+Green+Blue) = 221+160+111=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA06F is #225F90. Grayscale: #ACACAC. Windows color (decimal): -2252689 or 7315677. OLE color: 7315677.
HSL color Cylindrical-coordinate representation of color #DDA06F: hue angle of 26.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA06F is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 111 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.13 |
| HSL | 26.73º | 0.62% | 0.65% | - |
| HSV(B) | 26.73º | 0.5% | 0.87% | - |
| XYZ | 45.26 | 41.66 | 20.69 | - |
| YUV | 172.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 111 | 0 | 0.28 | 0.50 | 0.13 | 26.73 | 0.62 | 0.65 |
| Hex | DD | A0 | 6F | 0 | 1C | 32 | D | 1B | 3E | 41 |
| Octal | 335 | 240 | 157 | 0 | 34 | 62 | 15 | 33 | 76 | 101 |
| Binary | 11011101 | 10100000 | 1101111 | 0 | 11100 | 110010 | 1101 | 11011 | 111110 | 1000001 |
Color Harmonies of #DDA06F
Complementary color
Monochromatic Colors of #DDA06F
Black with #DDA06F
Text Example
Text Example
White with #DDA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA06F; }
p { color: rgb(221,160,111); }
H1.HeaderClassName
{
color: #DDA06F;
}
.AnyTagClassName
{
color: #DDA06F;
}
</style>
background-color css
<style>
a { background-color: #DDA06F; }
a { background-color: rgb(221,160,111); }
div.DivClassName
{
background-color: #DDA06F;
}
.BgClassName
{
background-color: #DDA06F;
}
</style>
border-color css
<style>
span { border-color: #DDA06F; }
span { border-color: rgb(221,160,111); }
td.TdClassName
{
border-color: #DDA06F;
}
.TagClassName
{
border-color: #DDA06F;
}
</style>