Shades of Tumbleweed #DDA288
Tints of Tumbleweed #DDA288
RGB
CMYK
RGB Variations
Color information
#DDA288 (or 0xDDA288) is known color: Tumbleweed. HEX triplet: DD, A2 and 88. RGB value is (221,162,136). Sum of RGB (Red+Green+Blue) = 221+162+136=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA288 is #225D77. Grayscale: #B0B0B0. Windows color (decimal): -2252152 or 8954589. OLE color: 8954589.
HSL color Cylindrical-coordinate representation of color #DDA288: hue angle of 18.35º 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 #DDA288 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 136 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.13 |
| HSL | 18.35º | 0.56% | 0.7% | - |
| HSV(B) | 18.35º | 0.38% | 0.87% | - |
| XYZ | 47.18 | 42.99 | 29.1 | - |
| YUV | 176.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 136 | 0 | 0.27 | 0.38 | 0.13 | 18.35 | 0.56 | 0.7 |
| Hex | DD | A2 | 88 | 0 | 1B | 26 | D | 12 | 38 | 46 |
| Octal | 335 | 242 | 210 | 0 | 33 | 46 | 15 | 22 | 70 | 106 |
| Binary | 11011101 | 10100010 | 10001000 | 0 | 11011 | 100110 | 1101 | 10010 | 111000 | 1000110 |
Color Harmonies of #DDA288
Complementary color
Monochromatic Colors of #DDA288
Black with #DDA288
Text Example
Text Example
White with #DDA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA288; }
p { color: rgb(221,162,136); }
H1.HeaderClassName
{
color: #DDA288;
}
.AnyTagClassName
{
color: #DDA288;
}
</style>
background-color css
<style>
a { background-color: #DDA288; }
a { background-color: rgb(221,162,136); }
div.DivClassName
{
background-color: #DDA288;
}
.BgClassName
{
background-color: #DDA288;
}
</style>
border-color css
<style>
span { border-color: #DDA288; }
span { border-color: rgb(221,162,136); }
td.TdClassName
{
border-color: #DDA288;
}
.TagClassName
{
border-color: #DDA288;
}
</style>