Shades of Tumbleweed #DCA68D
Tints of Tumbleweed #DCA68D
RGB
CMYK
RGB Variations
Color information
#DCA68D (or 0xDCA68D) is known color: Tumbleweed. HEX triplet: DC, A6 and 8D. RGB value is (220,166,141). Sum of RGB (Red+Green+Blue) = 220+166+141=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA68D is #235972. Grayscale: #B3B3B3. Windows color (decimal): -2316659 or 9283292. OLE color: 9283292.
HSL color Cylindrical-coordinate representation of color #DCA68D: hue angle of 18.99º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCA68D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 141 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.14 |
| HSL | 18.99º | 0.53% | 0.71% | - |
| HSV(B) | 18.99º | 0.36% | 0.86% | - |
| XYZ | 47.96 | 44.41 | 31.24 | - |
| YUV | 179.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 141 | 0 | 0.25 | 0.36 | 0.14 | 18.99 | 0.53 | 0.71 |
| Hex | DC | A6 | 8D | 0 | 19 | 24 | E | 13 | 35 | 47 |
| Octal | 334 | 246 | 215 | 0 | 31 | 44 | 16 | 23 | 65 | 107 |
| Binary | 11011100 | 10100110 | 10001101 | 0 | 11001 | 100100 | 1110 | 10011 | 110101 | 1000111 |
Color Harmonies of #DCA68D
Complementary color
Monochromatic Colors of #DCA68D
Black with #DCA68D
Text Example
Text Example
White with #DCA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA68D; }
p { color: rgb(220,166,141); }
H1.HeaderClassName
{
color: #DCA68D;
}
.AnyTagClassName
{
color: #DCA68D;
}
</style>
background-color css
<style>
a { background-color: #DCA68D; }
a { background-color: rgb(220,166,141); }
div.DivClassName
{
background-color: #DCA68D;
}
.BgClassName
{
background-color: #DCA68D;
}
</style>
border-color css
<style>
span { border-color: #DCA68D; }
span { border-color: rgb(220,166,141); }
td.TdClassName
{
border-color: #DCA68D;
}
.TagClassName
{
border-color: #DCA68D;
}
</style>