Shades of Tumbleweed #DDA47B
Tints of Tumbleweed #DDA47B
RGB
CMYK
RGB Variations
Color information
#DDA47B (or 0xDDA47B) is known color: Tumbleweed. HEX triplet: DD, A4 and 7B. RGB value is (221,164,123). Sum of RGB (Red+Green+Blue) = 221+164+123=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA47B is #225B84. Grayscale: #B0B0B0. Windows color (decimal): -2251653 or 8103133. OLE color: 8103133.
HSL color Cylindrical-coordinate representation of color #DDA47B: hue angle of 25.1º 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 #DDA47B is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 123 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.13 |
| HSL | 25.1º | 0.59% | 0.67% | - |
| HSV(B) | 25.1º | 0.44% | 0.87% | - |
| XYZ | 46.67 | 43.35 | 24.65 | - |
| YUV | 176.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 123 | 0 | 0.26 | 0.44 | 0.13 | 25.1 | 0.59 | 0.67 |
| Hex | DD | A4 | 7B | 0 | 1A | 2C | D | 19 | 3B | 43 |
| Octal | 335 | 244 | 173 | 0 | 32 | 54 | 15 | 31 | 73 | 103 |
| Binary | 11011101 | 10100100 | 1111011 | 0 | 11010 | 101100 | 1101 | 11001 | 111011 | 1000011 |
Color Harmonies of #DDA47B
Complementary color
Monochromatic Colors of #DDA47B
Black with #DDA47B
Text Example
Text Example
White with #DDA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA47B; }
p { color: rgb(221,164,123); }
H1.HeaderClassName
{
color: #DDA47B;
}
.AnyTagClassName
{
color: #DDA47B;
}
</style>
background-color css
<style>
a { background-color: #DDA47B; }
a { background-color: rgb(221,164,123); }
div.DivClassName
{
background-color: #DDA47B;
}
.BgClassName
{
background-color: #DDA47B;
}
</style>
border-color css
<style>
span { border-color: #DDA47B; }
span { border-color: rgb(221,164,123); }
td.TdClassName
{
border-color: #DDA47B;
}
.TagClassName
{
border-color: #DDA47B;
}
</style>