Shades of Tumbleweed #DCA68B
Tints of Tumbleweed #DCA68B
RGB
CMYK
RGB Variations
Color information
#DCA68B (or 0xDCA68B) is known color: Tumbleweed. HEX triplet: DC, A6 and 8B. RGB value is (220,166,139). Sum of RGB (Red+Green+Blue) = 220+166+139=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA68B is #235974. Grayscale: #B3B3B3. Windows color (decimal): -2316661 or 9152220. OLE color: 9152220.
HSL color Cylindrical-coordinate representation of color #DCA68B: hue angle of 20º 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 #DCA68B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 139 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.14 |
| HSL | 20º | 0.54% | 0.7% | - |
| HSV(B) | 20º | 0.37% | 0.86% | - |
| XYZ | 47.81 | 44.35 | 30.47 | - |
| YUV | 179.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 139 | 0 | 0.25 | 0.37 | 0.14 | 20 | 0.54 | 0.7 |
| Hex | DC | A6 | 8B | 0 | 19 | 25 | E | 14 | 36 | 46 |
| Octal | 334 | 246 | 213 | 0 | 31 | 45 | 16 | 24 | 66 | 106 |
| Binary | 11011100 | 10100110 | 10001011 | 0 | 11001 | 100101 | 1110 | 10100 | 110110 | 1000110 |
Color Harmonies of #DCA68B
Complementary color
Monochromatic Colors of #DCA68B
Black with #DCA68B
Text Example
Text Example
White with #DCA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA68B; }
p { color: rgb(220,166,139); }
H1.HeaderClassName
{
color: #DCA68B;
}
.AnyTagClassName
{
color: #DCA68B;
}
</style>
background-color css
<style>
a { background-color: #DCA68B; }
a { background-color: rgb(220,166,139); }
div.DivClassName
{
background-color: #DCA68B;
}
.BgClassName
{
background-color: #DCA68B;
}
</style>
border-color css
<style>
span { border-color: #DCA68B; }
span { border-color: rgb(220,166,139); }
td.TdClassName
{
border-color: #DCA68B;
}
.TagClassName
{
border-color: #DCA68B;
}
</style>