Shades of Tumbleweed #DCA68A
Tints of Tumbleweed #DCA68A
RGB
CMYK
RGB Variations
Color information
#DCA68A (or 0xDCA68A) is known color: Tumbleweed. HEX triplet: DC, A6 and 8A. RGB value is (220,166,138). Sum of RGB (Red+Green+Blue) = 220+166+138=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA68A is #235975. Grayscale: #B3B3B3. Windows color (decimal): -2316662 or 9086684. OLE color: 9086684.
HSL color Cylindrical-coordinate representation of color #DCA68A: hue angle of 20.49º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCA68A is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 138 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.14 |
| HSL | 20.49º | 0.54% | 0.7% | - |
| HSV(B) | 20.49º | 0.37% | 0.86% | - |
| XYZ | 47.74 | 44.32 | 30.08 | - |
| YUV | 178.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 138 | 0 | 0.25 | 0.37 | 0.14 | 20.49 | 0.54 | 0.7 |
| Hex | DC | A6 | 8A | 0 | 19 | 25 | E | 14 | 36 | 46 |
| Octal | 334 | 246 | 212 | 0 | 31 | 45 | 16 | 24 | 66 | 106 |
| Binary | 11011100 | 10100110 | 10001010 | 0 | 11001 | 100101 | 1110 | 10100 | 110110 | 1000110 |
Color Harmonies of #DCA68A
Complementary color
Monochromatic Colors of #DCA68A
Black with #DCA68A
Text Example
Text Example
White with #DCA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA68A; }
p { color: rgb(220,166,138); }
H1.HeaderClassName
{
color: #DCA68A;
}
.AnyTagClassName
{
color: #DCA68A;
}
</style>
background-color css
<style>
a { background-color: #DCA68A; }
a { background-color: rgb(220,166,138); }
div.DivClassName
{
background-color: #DCA68A;
}
.BgClassName
{
background-color: #DCA68A;
}
</style>
border-color css
<style>
span { border-color: #DCA68A; }
span { border-color: rgb(220,166,138); }
td.TdClassName
{
border-color: #DCA68A;
}
.TagClassName
{
border-color: #DCA68A;
}
</style>