Shades of Tumbleweed #DDA484
Tints of Tumbleweed #DDA484
RGB
CMYK
RGB Variations
Color information
#DDA484 (or 0xDDA484) is known color: Tumbleweed. HEX triplet: DD, A4 and 84. RGB value is (221,164,132). Sum of RGB (Red+Green+Blue) = 221+164+132=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA484 is #225B7B. Grayscale: #B1B1B1. Windows color (decimal): -2251644 or 8692957. OLE color: 8692957.
HSL color Cylindrical-coordinate representation of color #DDA484: hue angle of 21.57º degrees, saturation: 0.57, 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 #DDA484 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 132 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.13 |
| HSL | 21.57º | 0.57% | 0.69% | - |
| HSV(B) | 21.57º | 0.4% | 0.87% | - |
| XYZ | 47.26 | 43.59 | 27.75 | - |
| YUV | 177.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 132 | 0 | 0.26 | 0.40 | 0.13 | 21.57 | 0.57 | 0.69 |
| Hex | DD | A4 | 84 | 0 | 1A | 28 | D | 16 | 39 | 45 |
| Octal | 335 | 244 | 204 | 0 | 32 | 50 | 15 | 26 | 71 | 105 |
| Binary | 11011101 | 10100100 | 10000100 | 0 | 11010 | 101000 | 1101 | 10110 | 111001 | 1000101 |
Color Harmonies of #DDA484
Complementary color
Monochromatic Colors of #DDA484
Black with #DDA484
Text Example
Text Example
White with #DDA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA484; }
p { color: rgb(221,164,132); }
H1.HeaderClassName
{
color: #DDA484;
}
.AnyTagClassName
{
color: #DDA484;
}
</style>
background-color css
<style>
a { background-color: #DDA484; }
a { background-color: rgb(221,164,132); }
div.DivClassName
{
background-color: #DDA484;
}
.BgClassName
{
background-color: #DDA484;
}
</style>
border-color css
<style>
span { border-color: #DDA484; }
span { border-color: rgb(221,164,132); }
td.TdClassName
{
border-color: #DDA484;
}
.TagClassName
{
border-color: #DDA484;
}
</style>