Shades of Tumbleweed #DDA284
Tints of Tumbleweed #DDA284
RGB
CMYK
RGB Variations
Color information
#DDA284 (or 0xDDA284) is known color: Tumbleweed. HEX triplet: DD, A2 and 84. RGB value is (221,162,132). Sum of RGB (Red+Green+Blue) = 221+162+132=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA284 is #225D7B. Grayscale: #B0B0B0. Windows color (decimal): -2252156 or 8692445. OLE color: 8692445.
HSL color Cylindrical-coordinate representation of color #DDA284: hue angle of 20.22º 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 #DDA284 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 132 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.13 |
| HSL | 20.22º | 0.57% | 0.69% | - |
| HSV(B) | 20.22º | 0.4% | 0.87% | - |
| XYZ | 46.9 | 42.88 | 27.63 | - |
| YUV | 176.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 132 | 0 | 0.27 | 0.40 | 0.13 | 20.22 | 0.57 | 0.69 |
| Hex | DD | A2 | 84 | 0 | 1B | 28 | D | 14 | 39 | 45 |
| Octal | 335 | 242 | 204 | 0 | 33 | 50 | 15 | 24 | 71 | 105 |
| Binary | 11011101 | 10100010 | 10000100 | 0 | 11011 | 101000 | 1101 | 10100 | 111001 | 1000101 |
Color Harmonies of #DDA284
Complementary color
Monochromatic Colors of #DDA284
Black with #DDA284
Text Example
Text Example
White with #DDA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA284; }
p { color: rgb(221,162,132); }
H1.HeaderClassName
{
color: #DDA284;
}
.AnyTagClassName
{
color: #DDA284;
}
</style>
background-color css
<style>
a { background-color: #DDA284; }
a { background-color: rgb(221,162,132); }
div.DivClassName
{
background-color: #DDA284;
}
.BgClassName
{
background-color: #DDA284;
}
</style>
border-color css
<style>
span { border-color: #DDA284; }
span { border-color: rgb(221,162,132); }
td.TdClassName
{
border-color: #DDA284;
}
.TagClassName
{
border-color: #DDA284;
}
</style>