Shades of Tumbleweed #DDA87B
Tints of Tumbleweed #DDA87B
RGB
CMYK
RGB Variations
Color information
#DDA87B (or 0xDDA87B) is known color: Tumbleweed. HEX triplet: DD, A8 and 7B. RGB value is (221,168,123). Sum of RGB (Red+Green+Blue) = 221+168+123=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA87B is #225784. Grayscale: #B2B2B2. Windows color (decimal): -2250629 or 8104157. OLE color: 8104157.
HSL color Cylindrical-coordinate representation of color #DDA87B: hue angle of 27.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDA87B is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 123 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.13 |
| HSL | 27.55º | 0.59% | 0.67% | - |
| HSV(B) | 27.55º | 0.44% | 0.87% | - |
| XYZ | 47.4 | 44.81 | 24.89 | - |
| YUV | 178.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 123 | 0 | 0.24 | 0.44 | 0.13 | 27.55 | 0.59 | 0.67 |
| Hex | DD | A8 | 7B | 0 | 18 | 2C | D | 1C | 3B | 43 |
| Octal | 335 | 250 | 173 | 0 | 30 | 54 | 15 | 34 | 73 | 103 |
| Binary | 11011101 | 10101000 | 1111011 | 0 | 11000 | 101100 | 1101 | 11100 | 111011 | 1000011 |
Color Harmonies of #DDA87B
Complementary color
Monochromatic Colors of #DDA87B
Black with #DDA87B
Text Example
Text Example
White with #DDA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA87B; }
p { color: rgb(221,168,123); }
H1.HeaderClassName
{
color: #DDA87B;
}
.AnyTagClassName
{
color: #DDA87B;
}
</style>
background-color css
<style>
a { background-color: #DDA87B; }
a { background-color: rgb(221,168,123); }
div.DivClassName
{
background-color: #DDA87B;
}
.BgClassName
{
background-color: #DDA87B;
}
</style>
border-color css
<style>
span { border-color: #DDA87B; }
span { border-color: rgb(221,168,123); }
td.TdClassName
{
border-color: #DDA87B;
}
.TagClassName
{
border-color: #DDA87B;
}
</style>