Shades of Tumbleweed #DDA785
Tints of Tumbleweed #DDA785
RGB
CMYK
RGB Variations
Color information
#DDA785 (or 0xDDA785) is known color: Tumbleweed. HEX triplet: DD, A7 and 85. RGB value is (221,167,133). Sum of RGB (Red+Green+Blue) = 221+167+133=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA785 is #22587A. Grayscale: #B3B3B3. Windows color (decimal): -2250875 or 8759261. OLE color: 8759261.
HSL color Cylindrical-coordinate representation of color #DDA785: hue angle of 23.18º degrees, saturation: 0.56, 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 #DDA785 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 133 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.13 |
| HSL | 23.18º | 0.56% | 0.69% | - |
| HSV(B) | 23.18º | 0.4% | 0.87% | - |
| XYZ | 47.87 | 44.7 | 28.3 | - |
| YUV | 179.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 133 | 0 | 0.24 | 0.40 | 0.13 | 23.18 | 0.56 | 0.69 |
| Hex | DD | A7 | 85 | 0 | 18 | 28 | D | 17 | 38 | 45 |
| Octal | 335 | 247 | 205 | 0 | 30 | 50 | 15 | 27 | 70 | 105 |
| Binary | 11011101 | 10100111 | 10000101 | 0 | 11000 | 101000 | 1101 | 10111 | 111000 | 1000101 |
Color Harmonies of #DDA785
Complementary color
Monochromatic Colors of #DDA785
Black with #DDA785
Text Example
Text Example
White with #DDA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA785; }
p { color: rgb(221,167,133); }
H1.HeaderClassName
{
color: #DDA785;
}
.AnyTagClassName
{
color: #DDA785;
}
</style>
background-color css
<style>
a { background-color: #DDA785; }
a { background-color: rgb(221,167,133); }
div.DivClassName
{
background-color: #DDA785;
}
.BgClassName
{
background-color: #DDA785;
}
</style>
border-color css
<style>
span { border-color: #DDA785; }
span { border-color: rgb(221,167,133); }
td.TdClassName
{
border-color: #DDA785;
}
.TagClassName
{
border-color: #DDA785;
}
</style>