Shades of Tumbleweed #DDA68B
Tints of Tumbleweed #DDA68B
RGB
CMYK
RGB Variations
Color information
#DDA68B (or 0xDDA68B) is known color: Tumbleweed. HEX triplet: DD, A6 and 8B. RGB value is (221,166,139). Sum of RGB (Red+Green+Blue) = 221+166+139=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA68B is #225974. Grayscale: #B3B3B3. Windows color (decimal): -2251125 or 9152221. OLE color: 9152221.
HSL color Cylindrical-coordinate representation of color #DDA68B: hue angle of 19.76º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA68B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 139 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.13 |
| HSL | 19.76º | 0.55% | 0.71% | - |
| HSV(B) | 19.76º | 0.37% | 0.87% | - |
| XYZ | 48.12 | 44.51 | 30.48 | - |
| YUV | 179.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 139 | 0 | 0.25 | 0.37 | 0.13 | 19.76 | 0.55 | 0.71 |
| Hex | DD | A6 | 8B | 0 | 19 | 25 | D | 14 | 37 | 47 |
| Octal | 335 | 246 | 213 | 0 | 31 | 45 | 15 | 24 | 67 | 107 |
| Binary | 11011101 | 10100110 | 10001011 | 0 | 11001 | 100101 | 1101 | 10100 | 110111 | 1000111 |
Color Harmonies of #DDA68B
Complementary color
Monochromatic Colors of #DDA68B
Black with #DDA68B
Text Example
Text Example
White with #DDA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA68B; }
p { color: rgb(221,166,139); }
H1.HeaderClassName
{
color: #DDA68B;
}
.AnyTagClassName
{
color: #DDA68B;
}
</style>
background-color css
<style>
a { background-color: #DDA68B; }
a { background-color: rgb(221,166,139); }
div.DivClassName
{
background-color: #DDA68B;
}
.BgClassName
{
background-color: #DDA68B;
}
</style>
border-color css
<style>
span { border-color: #DDA68B; }
span { border-color: rgb(221,166,139); }
td.TdClassName
{
border-color: #DDA68B;
}
.TagClassName
{
border-color: #DDA68B;
}
</style>