Shades of Tumbleweed #DDA282
Tints of Tumbleweed #DDA282
RGB
CMYK
RGB Variations
Color information
#DDA282 (or 0xDDA282) is known color: Tumbleweed. HEX triplet: DD, A2 and 82. RGB value is (221,162,130). Sum of RGB (Red+Green+Blue) = 221+162+130=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA282 is #225D7D. Grayscale: #B0B0B0. Windows color (decimal): -2252158 or 8561373. OLE color: 8561373.
HSL color Cylindrical-coordinate representation of color #DDA282: hue angle of 21.1º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDA282 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 130 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.13 |
| HSL | 21.1º | 0.57% | 0.69% | - |
| HSV(B) | 21.1º | 0.41% | 0.87% | - |
| XYZ | 46.77 | 42.82 | 26.92 | - |
| YUV | 175.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 130 | 0 | 0.27 | 0.41 | 0.13 | 21.1 | 0.57 | 0.69 |
| Hex | DD | A2 | 82 | 0 | 1B | 29 | D | 15 | 39 | 45 |
| Octal | 335 | 242 | 202 | 0 | 33 | 51 | 15 | 25 | 71 | 105 |
| Binary | 11011101 | 10100010 | 10000010 | 0 | 11011 | 101001 | 1101 | 10101 | 111001 | 1000101 |
Color Harmonies of #DDA282
Complementary color
Monochromatic Colors of #DDA282
Black with #DDA282
Text Example
Text Example
White with #DDA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA282; }
p { color: rgb(221,162,130); }
H1.HeaderClassName
{
color: #DDA282;
}
.AnyTagClassName
{
color: #DDA282;
}
</style>
background-color css
<style>
a { background-color: #DDA282; }
a { background-color: rgb(221,162,130); }
div.DivClassName
{
background-color: #DDA282;
}
.BgClassName
{
background-color: #DDA282;
}
</style>
border-color css
<style>
span { border-color: #DDA282; }
span { border-color: rgb(221,162,130); }
td.TdClassName
{
border-color: #DDA282;
}
.TagClassName
{
border-color: #DDA282;
}
</style>