Shades of Tumbleweed #DDA882
Tints of Tumbleweed #DDA882
RGB
CMYK
RGB Variations
Color information
#DDA882 (or 0xDDA882) is known color: Tumbleweed. HEX triplet: DD, A8 and 82. RGB value is (221,168,130). Sum of RGB (Red+Green+Blue) = 221+168+130=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA882 is #22577D. Grayscale: #B3B3B3. Windows color (decimal): -2250622 or 8562909. OLE color: 8562909.
HSL color Cylindrical-coordinate representation of color #DDA882: hue angle of 25.05º 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 #DDA882 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 130 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.13 |
| HSL | 25.05º | 0.57% | 0.69% | - |
| HSV(B) | 25.05º | 0.41% | 0.87% | - |
| XYZ | 47.85 | 44.99 | 27.28 | - |
| YUV | 179.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 130 | 0 | 0.24 | 0.41 | 0.13 | 25.05 | 0.57 | 0.69 |
| Hex | DD | A8 | 82 | 0 | 18 | 29 | D | 19 | 39 | 45 |
| Octal | 335 | 250 | 202 | 0 | 30 | 51 | 15 | 31 | 71 | 105 |
| Binary | 11011101 | 10101000 | 10000010 | 0 | 11000 | 101001 | 1101 | 11001 | 111001 | 1000101 |
Color Harmonies of #DDA882
Complementary color
Monochromatic Colors of #DDA882
Black with #DDA882
Text Example
Text Example
White with #DDA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA882; }
p { color: rgb(221,168,130); }
H1.HeaderClassName
{
color: #DDA882;
}
.AnyTagClassName
{
color: #DDA882;
}
</style>
background-color css
<style>
a { background-color: #DDA882; }
a { background-color: rgb(221,168,130); }
div.DivClassName
{
background-color: #DDA882;
}
.BgClassName
{
background-color: #DDA882;
}
</style>
border-color css
<style>
span { border-color: #DDA882; }
span { border-color: rgb(221,168,130); }
td.TdClassName
{
border-color: #DDA882;
}
.TagClassName
{
border-color: #DDA882;
}
</style>