Shades of Tumbleweed #DCA67A
Tints of Tumbleweed #DCA67A
RGB
CMYK
RGB Variations
Color information
#DCA67A (or 0xDCA67A) is known color: Tumbleweed. HEX triplet: DC, A6 and 7A. RGB value is (220,166,122). Sum of RGB (Red+Green+Blue) = 220+166+122=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA67A is #235985. Grayscale: #B1B1B1. Windows color (decimal): -2316678 or 8038108. OLE color: 8038108.
HSL color Cylindrical-coordinate representation of color #DCA67A: hue angle of 26.94º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCA67A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 122 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.14 |
| HSL | 26.94º | 0.58% | 0.67% | - |
| HSV(B) | 26.94º | 0.45% | 0.86% | - |
| XYZ | 46.66 | 43.89 | 24.43 | - |
| YUV | 177.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 122 | 0 | 0.25 | 0.45 | 0.14 | 26.94 | 0.58 | 0.67 |
| Hex | DC | A6 | 7A | 0 | 19 | 2D | E | 1B | 3A | 43 |
| Octal | 334 | 246 | 172 | 0 | 31 | 55 | 16 | 33 | 72 | 103 |
| Binary | 11011100 | 10100110 | 1111010 | 0 | 11001 | 101101 | 1110 | 11011 | 111010 | 1000011 |
Color Harmonies of #DCA67A
Complementary color
Monochromatic Colors of #DCA67A
Black with #DCA67A
Text Example
Text Example
White with #DCA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA67A; }
p { color: rgb(220,166,122); }
H1.HeaderClassName
{
color: #DCA67A;
}
.AnyTagClassName
{
color: #DCA67A;
}
</style>
background-color css
<style>
a { background-color: #DCA67A; }
a { background-color: rgb(220,166,122); }
div.DivClassName
{
background-color: #DCA67A;
}
.BgClassName
{
background-color: #DCA67A;
}
</style>
border-color css
<style>
span { border-color: #DCA67A; }
span { border-color: rgb(220,166,122); }
td.TdClassName
{
border-color: #DCA67A;
}
.TagClassName
{
border-color: #DCA67A;
}
</style>