Shades of Tumbleweed #DDA582
Tints of Tumbleweed #DDA582
RGB
CMYK
RGB Variations
Color information
#DDA582 (or 0xDDA582) is known color: Tumbleweed. HEX triplet: DD, A5 and 82. RGB value is (221,165,130). Sum of RGB (Red+Green+Blue) = 221+165+130=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA582 is #225A7D. Grayscale: #B1B1B1. Windows color (decimal): -2251390 or 8562141. OLE color: 8562141.
HSL color Cylindrical-coordinate representation of color #DDA582: hue angle of 23.08º 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 #DDA582 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 130 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.13 |
| HSL | 23.08º | 0.57% | 0.69% | - |
| HSV(B) | 23.08º | 0.41% | 0.87% | - |
| XYZ | 47.3 | 43.89 | 27.1 | - |
| YUV | 177.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 130 | 0 | 0.25 | 0.41 | 0.13 | 23.08 | 0.57 | 0.69 |
| Hex | DD | A5 | 82 | 0 | 19 | 29 | D | 17 | 39 | 45 |
| Octal | 335 | 245 | 202 | 0 | 31 | 51 | 15 | 27 | 71 | 105 |
| Binary | 11011101 | 10100101 | 10000010 | 0 | 11001 | 101001 | 1101 | 10111 | 111001 | 1000101 |
Color Harmonies of #DDA582
Complementary color
Monochromatic Colors of #DDA582
Black with #DDA582
Text Example
Text Example
White with #DDA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA582; }
p { color: rgb(221,165,130); }
H1.HeaderClassName
{
color: #DDA582;
}
.AnyTagClassName
{
color: #DDA582;
}
</style>
background-color css
<style>
a { background-color: #DDA582; }
a { background-color: rgb(221,165,130); }
div.DivClassName
{
background-color: #DDA582;
}
.BgClassName
{
background-color: #DDA582;
}
</style>
border-color css
<style>
span { border-color: #DDA582; }
span { border-color: rgb(221,165,130); }
td.TdClassName
{
border-color: #DDA582;
}
.TagClassName
{
border-color: #DDA582;
}
</style>