Shades of Tumbleweed #DDAC8A
Tints of Tumbleweed #DDAC8A
RGB
CMYK
RGB Variations
Color information
#DDAC8A (or 0xDDAC8A) is known color: Tumbleweed. HEX triplet: DD, AC and 8A. RGB value is (221,172,138). Sum of RGB (Red+Green+Blue) = 221+172+138=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC8A is #225375. Grayscale: #B6B6B6. Windows color (decimal): -2249590 or 9088221. OLE color: 9088221.
HSL color Cylindrical-coordinate representation of color #DDAC8A: hue angle of 24.58º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDAC8A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 138 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.13 |
| HSL | 24.58º | 0.55% | 0.7% | - |
| HSV(B) | 24.58º | 0.38% | 0.87% | - |
| XYZ | 49.16 | 46.71 | 30.47 | - |
| YUV | 182.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 138 | 0 | 0.22 | 0.38 | 0.13 | 24.58 | 0.55 | 0.7 |
| Hex | DD | AC | 8A | 0 | 16 | 26 | D | 19 | 37 | 46 |
| Octal | 335 | 254 | 212 | 0 | 26 | 46 | 15 | 31 | 67 | 106 |
| Binary | 11011101 | 10101100 | 10001010 | 0 | 10110 | 100110 | 1101 | 11001 | 110111 | 1000110 |
Color Harmonies of #DDAC8A
Complementary color
Monochromatic Colors of #DDAC8A
Black with #DDAC8A
Text Example
Text Example
White with #DDAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC8A; }
p { color: rgb(221,172,138); }
H1.HeaderClassName
{
color: #DDAC8A;
}
.AnyTagClassName
{
color: #DDAC8A;
}
</style>
background-color css
<style>
a { background-color: #DDAC8A; }
a { background-color: rgb(221,172,138); }
div.DivClassName
{
background-color: #DDAC8A;
}
.BgClassName
{
background-color: #DDAC8A;
}
</style>
border-color css
<style>
span { border-color: #DDAC8A; }
span { border-color: rgb(221,172,138); }
td.TdClassName
{
border-color: #DDAC8A;
}
.TagClassName
{
border-color: #DDAC8A;
}
</style>