Shades of Tumbleweed #DDAC8C
Tints of Tumbleweed #DDAC8C
RGB
CMYK
RGB Variations
Color information
#DDAC8C (or 0xDDAC8C) is known color: Tumbleweed. HEX triplet: DD, AC and 8C. RGB value is (221,172,140). Sum of RGB (Red+Green+Blue) = 221+172+140=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC8C is #225373. Grayscale: #B7B7B7. Windows color (decimal): -2249588 or 9219293. OLE color: 9219293.
HSL color Cylindrical-coordinate representation of color #DDAC8C: hue angle of 23.7º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDAC8C is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 140 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.13 |
| HSL | 23.7º | 0.54% | 0.71% | - |
| HSV(B) | 23.7º | 0.37% | 0.87% | - |
| XYZ | 49.3 | 46.77 | 31.24 | - |
| YUV | 183 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 140 | 0 | 0.22 | 0.37 | 0.13 | 23.7 | 0.54 | 0.71 |
| Hex | DD | AC | 8C | 0 | 16 | 25 | D | 18 | 36 | 47 |
| Octal | 335 | 254 | 214 | 0 | 26 | 45 | 15 | 30 | 66 | 107 |
| Binary | 11011101 | 10101100 | 10001100 | 0 | 10110 | 100101 | 1101 | 11000 | 110110 | 1000111 |
Color Harmonies of #DDAC8C
Complementary color
Monochromatic Colors of #DDAC8C
Black with #DDAC8C
Text Example
Text Example
White with #DDAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC8C; }
p { color: rgb(221,172,140); }
H1.HeaderClassName
{
color: #DDAC8C;
}
.AnyTagClassName
{
color: #DDAC8C;
}
</style>
background-color css
<style>
a { background-color: #DDAC8C; }
a { background-color: rgb(221,172,140); }
div.DivClassName
{
background-color: #DDAC8C;
}
.BgClassName
{
background-color: #DDAC8C;
}
</style>
border-color css
<style>
span { border-color: #DDAC8C; }
span { border-color: rgb(221,172,140); }
td.TdClassName
{
border-color: #DDAC8C;
}
.TagClassName
{
border-color: #DDAC8C;
}
</style>