Shades of Tumbleweed #DDA27F
Tints of Tumbleweed #DDA27F
RGB
CMYK
RGB Variations
Color information
#DDA27F (or 0xDDA27F) is known color: Tumbleweed. HEX triplet: DD, A2 and 7F. RGB value is (221,162,127). Sum of RGB (Red+Green+Blue) = 221+162+127=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA27F is #225D80. Grayscale: #AFAFAF. Windows color (decimal): -2252161 or 8364765. OLE color: 8364765.
HSL color Cylindrical-coordinate representation of color #DDA27F: hue angle of 22.34º 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 #DDA27F is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 127 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.13 |
| HSL | 22.34º | 0.58% | 0.68% | - |
| HSV(B) | 22.34º | 0.43% | 0.87% | - |
| XYZ | 46.57 | 42.75 | 25.87 | - |
| YUV | 175.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 127 | 0 | 0.27 | 0.43 | 0.13 | 22.34 | 0.58 | 0.68 |
| Hex | DD | A2 | 7F | 0 | 1B | 2B | D | 16 | 3A | 44 |
| Octal | 335 | 242 | 177 | 0 | 33 | 53 | 15 | 26 | 72 | 104 |
| Binary | 11011101 | 10100010 | 1111111 | 0 | 11011 | 101011 | 1101 | 10110 | 111010 | 1000100 |
Color Harmonies of #DDA27F
Complementary color
Monochromatic Colors of #DDA27F
Black with #DDA27F
Text Example
Text Example
White with #DDA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA27F; }
p { color: rgb(221,162,127); }
H1.HeaderClassName
{
color: #DDA27F;
}
.AnyTagClassName
{
color: #DDA27F;
}
</style>
background-color css
<style>
a { background-color: #DDA27F; }
a { background-color: rgb(221,162,127); }
div.DivClassName
{
background-color: #DDA27F;
}
.BgClassName
{
background-color: #DDA27F;
}
</style>
border-color css
<style>
span { border-color: #DDA27F; }
span { border-color: rgb(221,162,127); }
td.TdClassName
{
border-color: #DDA27F;
}
.TagClassName
{
border-color: #DDA27F;
}
</style>