Shades of Tumbleweed #DDA488
Tints of Tumbleweed #DDA488
RGB
CMYK
RGB Variations
Color information
#DDA488 (or 0xDDA488) is known color: Tumbleweed. HEX triplet: DD, A4 and 88. RGB value is (221,164,136). Sum of RGB (Red+Green+Blue) = 221+164+136=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA488 is #225B77. Grayscale: #B2B2B2. Windows color (decimal): -2251640 or 8955101. OLE color: 8955101.
HSL color Cylindrical-coordinate representation of color #DDA488: hue angle of 19.76º degrees, saturation: 0.56, 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 #DDA488 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 136 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.13 |
| HSL | 19.76º | 0.56% | 0.7% | - |
| HSV(B) | 19.76º | 0.38% | 0.87% | - |
| XYZ | 47.54 | 43.7 | 29.22 | - |
| YUV | 177.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 136 | 0 | 0.26 | 0.38 | 0.13 | 19.76 | 0.56 | 0.7 |
| Hex | DD | A4 | 88 | 0 | 1A | 26 | D | 14 | 38 | 46 |
| Octal | 335 | 244 | 210 | 0 | 32 | 46 | 15 | 24 | 70 | 106 |
| Binary | 11011101 | 10100100 | 10001000 | 0 | 11010 | 100110 | 1101 | 10100 | 111000 | 1000110 |
Color Harmonies of #DDA488
Complementary color
Monochromatic Colors of #DDA488
Black with #DDA488
Text Example
Text Example
White with #DDA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA488; }
p { color: rgb(221,164,136); }
H1.HeaderClassName
{
color: #DDA488;
}
.AnyTagClassName
{
color: #DDA488;
}
</style>
background-color css
<style>
a { background-color: #DDA488; }
a { background-color: rgb(221,164,136); }
div.DivClassName
{
background-color: #DDA488;
}
.BgClassName
{
background-color: #DDA488;
}
</style>
border-color css
<style>
span { border-color: #DDA488; }
span { border-color: rgb(221,164,136); }
td.TdClassName
{
border-color: #DDA488;
}
.TagClassName
{
border-color: #DDA488;
}
</style>