Shades of Tumbleweed #DDA88A
Tints of Tumbleweed #DDA88A
RGB
CMYK
RGB Variations
Color information
#DDA88A (or 0xDDA88A) is known color: Tumbleweed. HEX triplet: DD, A8 and 8A. RGB value is (221,168,138). Sum of RGB (Red+Green+Blue) = 221+168+138=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA88A is #225775. Grayscale: #B4B4B4. Windows color (decimal): -2250614 or 9087197. OLE color: 9087197.
HSL color Cylindrical-coordinate representation of color #DDA88A: hue angle of 21.69º 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 #DDA88A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 138 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.13 |
| HSL | 21.69º | 0.55% | 0.7% | - |
| HSV(B) | 21.69º | 0.38% | 0.87% | - |
| XYZ | 48.41 | 45.21 | 30.22 | - |
| YUV | 180.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 138 | 0 | 0.24 | 0.38 | 0.13 | 21.69 | 0.55 | 0.7 |
| Hex | DD | A8 | 8A | 0 | 18 | 26 | D | 16 | 37 | 46 |
| Octal | 335 | 250 | 212 | 0 | 30 | 46 | 15 | 26 | 67 | 106 |
| Binary | 11011101 | 10101000 | 10001010 | 0 | 11000 | 100110 | 1101 | 10110 | 110111 | 1000110 |
Color Harmonies of #DDA88A
Complementary color
Monochromatic Colors of #DDA88A
Black with #DDA88A
Text Example
Text Example
White with #DDA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA88A; }
p { color: rgb(221,168,138); }
H1.HeaderClassName
{
color: #DDA88A;
}
.AnyTagClassName
{
color: #DDA88A;
}
</style>
background-color css
<style>
a { background-color: #DDA88A; }
a { background-color: rgb(221,168,138); }
div.DivClassName
{
background-color: #DDA88A;
}
.BgClassName
{
background-color: #DDA88A;
}
</style>
border-color css
<style>
span { border-color: #DDA88A; }
span { border-color: rgb(221,168,138); }
td.TdClassName
{
border-color: #DDA88A;
}
.TagClassName
{
border-color: #DDA88A;
}
</style>