Shades of Metallic Gold #D6AC3C
Tints of Metallic Gold #D6AC3C
RGB
CMYK
RGB Variations
Color information
#D6AC3C (or 0xD6AC3C) is known color: Metallic Gold. HEX triplet: D6, AC and 3C. RGB value is (214,172,60). Sum of RGB (Red+Green+Blue) = 214+172+60=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC3C is #2953C3. Grayscale: #ACACAC. Windows color (decimal): -2708420 or 3976406. OLE color: 3976406.
HSL color Cylindrical-coordinate representation of color #D6AC3C: hue angle of 43.64º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6AC3C is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 60 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.16 |
| HSL | 43.64º | 0.65% | 0.54% | - |
| HSV(B) | 43.64º | 0.72% | 0.84% | - |
| XYZ | 43.3 | 44.13 | 10.51 | - |
| YUV | 171.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 60 | 0 | 0.20 | 0.72 | 0.16 | 43.64 | 0.65 | 0.54 |
| Hex | D6 | AC | 3C | 0 | 14 | 48 | 10 | 2C | 41 | 36 |
| Octal | 326 | 254 | 74 | 0 | 24 | 110 | 20 | 54 | 101 | 66 |
| Binary | 11010110 | 10101100 | 111100 | 0 | 10100 | 1001000 | 10000 | 101100 | 1000001 | 110110 |
Color Harmonies of #D6AC3C
Complementary color
Monochromatic Colors of #D6AC3C
Black with #D6AC3C
Text Example
Text Example
White with #D6AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC3C; }
p { color: rgb(214,172,60); }
H1.HeaderClassName
{
color: #D6AC3C;
}
.AnyTagClassName
{
color: #D6AC3C;
}
</style>
background-color css
<style>
a { background-color: #D6AC3C; }
a { background-color: rgb(214,172,60); }
div.DivClassName
{
background-color: #D6AC3C;
}
.BgClassName
{
background-color: #D6AC3C;
}
</style>
border-color css
<style>
span { border-color: #D6AC3C; }
span { border-color: rgb(214,172,60); }
td.TdClassName
{
border-color: #D6AC3C;
}
.TagClassName
{
border-color: #D6AC3C;
}
</style>