Shades of Tumbleweed #DDA88F
Tints of Tumbleweed #DDA88F
RGB
CMYK
RGB Variations
Color information
#DDA88F (or 0xDDA88F) is known color: Tumbleweed. HEX triplet: DD, A8 and 8F. RGB value is (221,168,143). Sum of RGB (Red+Green+Blue) = 221+168+143=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA88F is #225770. Grayscale: #B5B5B5. Windows color (decimal): -2250609 or 9414877. OLE color: 9414877.
HSL color Cylindrical-coordinate representation of color #DDA88F: hue angle of 19.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA88F is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 143 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.13 |
| HSL | 19.23º | 0.53% | 0.71% | - |
| HSV(B) | 19.23º | 0.35% | 0.87% | - |
| XYZ | 48.78 | 45.36 | 32.17 | - |
| YUV | 181 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 143 | 0 | 0.24 | 0.35 | 0.13 | 19.23 | 0.53 | 0.71 |
| Hex | DD | A8 | 8F | 0 | 18 | 23 | D | 13 | 35 | 47 |
| Octal | 335 | 250 | 217 | 0 | 30 | 43 | 15 | 23 | 65 | 107 |
| Binary | 11011101 | 10101000 | 10001111 | 0 | 11000 | 100011 | 1101 | 10011 | 110101 | 1000111 |
Color Harmonies of #DDA88F
Complementary color
Monochromatic Colors of #DDA88F
Black with #DDA88F
Text Example
Text Example
White with #DDA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA88F; }
p { color: rgb(221,168,143); }
H1.HeaderClassName
{
color: #DDA88F;
}
.AnyTagClassName
{
color: #DDA88F;
}
</style>
background-color css
<style>
a { background-color: #DDA88F; }
a { background-color: rgb(221,168,143); }
div.DivClassName
{
background-color: #DDA88F;
}
.BgClassName
{
background-color: #DDA88F;
}
</style>
border-color css
<style>
span { border-color: #DDA88F; }
span { border-color: rgb(221,168,143); }
td.TdClassName
{
border-color: #DDA88F;
}
.TagClassName
{
border-color: #DDA88F;
}
</style>