Shades of Tumbleweed #DDAC91
Tints of Tumbleweed #DDAC91
RGB
CMYK
RGB Variations
Color information
#DDAC91 (or 0xDDAC91) is known color: Tumbleweed. HEX triplet: DD, AC and 91. RGB value is (221,172,145). Sum of RGB (Red+Green+Blue) = 221+172+145=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC91 is #22536E. Grayscale: #B7B7B7. Windows color (decimal): -2249583 or 9546973. OLE color: 9546973.
HSL color Cylindrical-coordinate representation of color #DDAC91: hue angle of 21.32º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDAC91 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 145 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.13 |
| HSL | 21.32º | 0.53% | 0.72% | - |
| HSV(B) | 21.32º | 0.34% | 0.87% | - |
| XYZ | 49.68 | 46.92 | 33.23 | - |
| YUV | 183.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 145 | 0 | 0.22 | 0.34 | 0.13 | 21.32 | 0.53 | 0.72 |
| Hex | DD | AC | 91 | 0 | 16 | 22 | D | 15 | 35 | 48 |
| Octal | 335 | 254 | 221 | 0 | 26 | 42 | 15 | 25 | 65 | 110 |
| Binary | 11011101 | 10101100 | 10010001 | 0 | 10110 | 100010 | 1101 | 10101 | 110101 | 1001000 |
Color Harmonies of #DDAC91
Complementary color
Monochromatic Colors of #DDAC91
Black with #DDAC91
Text Example
Text Example
White with #DDAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC91; }
p { color: rgb(221,172,145); }
H1.HeaderClassName
{
color: #DDAC91;
}
.AnyTagClassName
{
color: #DDAC91;
}
</style>
background-color css
<style>
a { background-color: #DDAC91; }
a { background-color: rgb(221,172,145); }
div.DivClassName
{
background-color: #DDAC91;
}
.BgClassName
{
background-color: #DDAC91;
}
</style>
border-color css
<style>
span { border-color: #DDAC91; }
span { border-color: rgb(221,172,145); }
td.TdClassName
{
border-color: #DDAC91;
}
.TagClassName
{
border-color: #DDAC91;
}
</style>