Shades of Tumbleweed #DDA68C
Tints of Tumbleweed #DDA68C
RGB
CMYK
RGB Variations
Color information
#DDA68C (or 0xDDA68C) is known color: Tumbleweed. HEX triplet: DD, A6 and 8C. RGB value is (221,166,140). Sum of RGB (Red+Green+Blue) = 221+166+140=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA68C is #225973. Grayscale: #B3B3B3. Windows color (decimal): -2251124 or 9217757. OLE color: 9217757.
HSL color Cylindrical-coordinate representation of color #DDA68C: hue angle of 19.26º degrees, saturation: 0.54, 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 #DDA68C is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 140 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.13 |
| HSL | 19.26º | 0.54% | 0.71% | - |
| HSV(B) | 19.26º | 0.37% | 0.87% | - |
| XYZ | 48.19 | 44.54 | 30.87 | - |
| YUV | 179.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 140 | 0 | 0.25 | 0.37 | 0.13 | 19.26 | 0.54 | 0.71 |
| Hex | DD | A6 | 8C | 0 | 19 | 25 | D | 13 | 36 | 47 |
| Octal | 335 | 246 | 214 | 0 | 31 | 45 | 15 | 23 | 66 | 107 |
| Binary | 11011101 | 10100110 | 10001100 | 0 | 11001 | 100101 | 1101 | 10011 | 110110 | 1000111 |
Color Harmonies of #DDA68C
Complementary color
Monochromatic Colors of #DDA68C
Black with #DDA68C
Text Example
Text Example
White with #DDA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA68C; }
p { color: rgb(221,166,140); }
H1.HeaderClassName
{
color: #DDA68C;
}
.AnyTagClassName
{
color: #DDA68C;
}
</style>
background-color css
<style>
a { background-color: #DDA68C; }
a { background-color: rgb(221,166,140); }
div.DivClassName
{
background-color: #DDA68C;
}
.BgClassName
{
background-color: #DDA68C;
}
</style>
border-color css
<style>
span { border-color: #DDA68C; }
span { border-color: rgb(221,166,140); }
td.TdClassName
{
border-color: #DDA68C;
}
.TagClassName
{
border-color: #DDA68C;
}
</style>