Shades of Tumbleweed #DDA485
Tints of Tumbleweed #DDA485
RGB
CMYK
RGB Variations
Color information
#DDA485 (or 0xDDA485) is known color: Tumbleweed. HEX triplet: DD, A4 and 85. RGB value is (221,164,133). Sum of RGB (Red+Green+Blue) = 221+164+133=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA485 is #225B7A. Grayscale: #B1B1B1. Windows color (decimal): -2251643 or 8758493. OLE color: 8758493.
HSL color Cylindrical-coordinate representation of color #DDA485: hue angle of 21.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA485 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 133 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.13 |
| HSL | 21.14º | 0.56% | 0.69% | - |
| HSV(B) | 21.14º | 0.4% | 0.87% | - |
| XYZ | 47.33 | 43.62 | 28.11 | - |
| YUV | 177.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 133 | 0 | 0.26 | 0.40 | 0.13 | 21.14 | 0.56 | 0.69 |
| Hex | DD | A4 | 85 | 0 | 1A | 28 | D | 15 | 38 | 45 |
| Octal | 335 | 244 | 205 | 0 | 32 | 50 | 15 | 25 | 70 | 105 |
| Binary | 11011101 | 10100100 | 10000101 | 0 | 11010 | 101000 | 1101 | 10101 | 111000 | 1000101 |
Color Harmonies of #DDA485
Complementary color
Monochromatic Colors of #DDA485
Black with #DDA485
Text Example
Text Example
White with #DDA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA485; }
p { color: rgb(221,164,133); }
H1.HeaderClassName
{
color: #DDA485;
}
.AnyTagClassName
{
color: #DDA485;
}
</style>
background-color css
<style>
a { background-color: #DDA485; }
a { background-color: rgb(221,164,133); }
div.DivClassName
{
background-color: #DDA485;
}
.BgClassName
{
background-color: #DDA485;
}
</style>
border-color css
<style>
span { border-color: #DDA485; }
span { border-color: rgb(221,164,133); }
td.TdClassName
{
border-color: #DDA485;
}
.TagClassName
{
border-color: #DDA485;
}
</style>