Shades of Tumbleweed #DDA482
Tints of Tumbleweed #DDA482
RGB
CMYK
RGB Variations
Color information
#DDA482 (or 0xDDA482) is known color: Tumbleweed. HEX triplet: DD, A4 and 82. RGB value is (221,164,130). Sum of RGB (Red+Green+Blue) = 221+164+130=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA482 is #225B7D. Grayscale: #B1B1B1. Windows color (decimal): -2251646 or 8561885. OLE color: 8561885.
HSL color Cylindrical-coordinate representation of color #DDA482: hue angle of 22.42º 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 #DDA482 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 130 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.13 |
| HSL | 22.42º | 0.57% | 0.69% | - |
| HSV(B) | 22.42º | 0.41% | 0.87% | - |
| XYZ | 47.12 | 43.53 | 27.04 | - |
| YUV | 177.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 130 | 0 | 0.26 | 0.41 | 0.13 | 22.42 | 0.57 | 0.69 |
| Hex | DD | A4 | 82 | 0 | 1A | 29 | D | 16 | 39 | 45 |
| Octal | 335 | 244 | 202 | 0 | 32 | 51 | 15 | 26 | 71 | 105 |
| Binary | 11011101 | 10100100 | 10000010 | 0 | 11010 | 101001 | 1101 | 10110 | 111001 | 1000101 |
Color Harmonies of #DDA482
Complementary color
Monochromatic Colors of #DDA482
Black with #DDA482
Text Example
Text Example
White with #DDA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA482; }
p { color: rgb(221,164,130); }
H1.HeaderClassName
{
color: #DDA482;
}
.AnyTagClassName
{
color: #DDA482;
}
</style>
background-color css
<style>
a { background-color: #DDA482; }
a { background-color: rgb(221,164,130); }
div.DivClassName
{
background-color: #DDA482;
}
.BgClassName
{
background-color: #DDA482;
}
</style>
border-color css
<style>
span { border-color: #DDA482; }
span { border-color: rgb(221,164,130); }
td.TdClassName
{
border-color: #DDA482;
}
.TagClassName
{
border-color: #DDA482;
}
</style>