Shades of Tumbleweed #DCA67D
Tints of Tumbleweed #DCA67D
RGB
CMYK
RGB Variations
Color information
#DCA67D (or 0xDCA67D) is known color: Tumbleweed. HEX triplet: DC, A6 and 7D. RGB value is (220,166,125). Sum of RGB (Red+Green+Blue) = 220+166+125=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA67D is #235982. Grayscale: #B1B1B1. Windows color (decimal): -2316675 or 8234716. OLE color: 8234716.
HSL color Cylindrical-coordinate representation of color #DCA67D: hue angle of 25.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCA67D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 125 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.14 |
| HSL | 25.89º | 0.58% | 0.68% | - |
| HSV(B) | 25.89º | 0.43% | 0.86% | - |
| XYZ | 46.85 | 43.97 | 25.42 | - |
| YUV | 177.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 125 | 0 | 0.25 | 0.43 | 0.14 | 25.89 | 0.58 | 0.68 |
| Hex | DC | A6 | 7D | 0 | 19 | 2B | E | 1A | 3A | 44 |
| Octal | 334 | 246 | 175 | 0 | 31 | 53 | 16 | 32 | 72 | 104 |
| Binary | 11011100 | 10100110 | 1111101 | 0 | 11001 | 101011 | 1110 | 11010 | 111010 | 1000100 |
Color Harmonies of #DCA67D
Complementary color
Monochromatic Colors of #DCA67D
Black with #DCA67D
Text Example
Text Example
White with #DCA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA67D; }
p { color: rgb(220,166,125); }
H1.HeaderClassName
{
color: #DCA67D;
}
.AnyTagClassName
{
color: #DCA67D;
}
</style>
background-color css
<style>
a { background-color: #DCA67D; }
a { background-color: rgb(220,166,125); }
div.DivClassName
{
background-color: #DCA67D;
}
.BgClassName
{
background-color: #DCA67D;
}
</style>
border-color css
<style>
span { border-color: #DCA67D; }
span { border-color: rgb(220,166,125); }
td.TdClassName
{
border-color: #DCA67D;
}
.TagClassName
{
border-color: #DCA67D;
}
</style>