Hey, how are you doing today? Here in this context, we’re going to show you metallic color code in all styles. If you want to know metallic gold hex, CSS code, HTML code, CMYK code, RGB code, PMS code, color name, color combination, color palate, and color meaning, this article will help you out.
- The metallic gold hex color code is #D4AF37
- And it’s rgb value is (212, 175, 55)
- Gold metallic colors cmyk value (0%, 17%, 74%, 17%)
- HSV/HSB Values is (46°, 74%, 83%)
- The closest Web Safe code is #CC9933
- The inverse Color is #2B50C8 [Cerulean Blue]
- The closest Pantone® is 7752 C
- The closest RAL is 1012 [Lemon yellow]
- and Complementary Color is #375CD4 [Royal Blue].
In the middle of the content, we show metallic gold colors shade, tint, and value of this paint.
The analogous colors for metallic gold color would be warm and rich colors that are close to gold on the color wheel.
Metallic Gold Color
Metallic Gold Color Code Table
Hex Code | #D4AF37 |
RGB Values | (212, 175, 55) |
CMYK Values | (0%, 17%, 74%, 17%) |
HSV/HSB Values | (46°, 74%, 83%) |
Closest Web Safe | #CC9933 |
Inverse Color | #2B50C8 [Cerulean Blue] |
Closest Pantone® | 7752 C |
Closest RAL | 1012 [Lemon yellow] |
Complementary Color | #375CD4 [Royal Blue] |
Metallic Gold Converted to Grayscale Codes
Simple Average | #939393 |
Desaturated | #868686 |
Weighted Average (Most Common) | #ADADAD |
Weighted Average (Luma) | #AEAEAE |
Weighted Average (Gamma Adjusted) | #D0D0D0 |
Metallic Gold Color Shade and Tint
Tints
- DDBF5F
- E1C773
- E5CF87
- EAD79B
- EEDFAF
- F2E7C3
- F6EFD7
- FBF7EB
DDBF5F
E1C773
E5CF87
EAD79B
EEDFAF
F2E7C3
F6EFD7
FBF7EB
Shades
- AA8C2C
- 947B27
- 7F6921
- 6A581C
- 554616
- 403511
- 2A230B
- 151206
AA8C2C
947B27
7F6921
6A581C
554616
403511
2A230B
151206
Tone of Metallic Gold Color
- C3A646
- BBA14D
- B29C54
- AA985C
- A29363
- 998E6A
- 918971
- 888579
C3A646
BBA14D
B29C54
AA985C
A29363
998E6A
918971
888579
Monochromatic Colors
- ae8d0b
- bb981d
- c7a42b
- d4af37
- e1ba43
- eec64f
- fad25a
ae8d0b
bb981d
c7a42b
d4af37
e1ba43
eec64f
fad25a
Color Schemes
- d4af37
- 0cbdff
- ff710c
- 2a0cff
- ef1cdf
- 0cffd8
- 43c86f
- 9dc14a
- 0ccbff
- 0ce3ff
- 0cbdff
- ff0c78
- ef1cdf
d4af37
0cbdff
ff710c
2a0cff
ef1cdf
0cffd8
43c86f
9dc14a
0ccbff
0ce3ff
0cbdff
ff0c78
ef1cdf
Color Variations
- Inverted #2b50c8
- 25% saturated #e8b923
- Grayscale #868686
- 25% lighter #e0c56e
- Original #d4af37
- 25% darker #b08f26
- Web safe: Olive #808000
- 25% desaturated #c4a747
- HTML: goldenrod #daa520
2b50c8
e8b923
868686
e0c56e
d4af37
b08f26
808000
c4a747
daa520
Gold color codes chart table
HTML / CSS Color Name | Hex Code #RRGGBB | Decimal Code (R,G,B) |
---|---|---|
lightgoldenrodyellow | #FAFAD2 | rgb(250,250,210) |
palegoldenrod | #EEE8AA | rgb(238,232,170) |
khaki | #F0E68C | rgb(240,230,140) |
goldenrod | #DAA520 | rgb(218,165,32) |
gold | #FFD700 | rgb(255,215,0) |
orange | #FFA500 | rgb(255,165,0) |
darkorange | #FF8C00 | rgb(255,140,0) |
peru | #CD853F | rgb(205,133,63) |
chocolate | #D2691E | rgb(210,105,30) |
saddlebrown | #8B4513 | rgb(139,69,19) |
sienna | #A0522D | rgb(160,82,45) |
Non HTML Color Name | Hex Code #RRGGBB | Decimal Code R,G,B |
---|---|---|
Golden yellow | #FFDF00 | rgb(255,223,0) |
Metallic gold | #D4AF37 | rgb(212,175,55) |
Old gold | #CFB53B | rgb(207,181,59) |
Vegas gold | #C5B358 | rgb(197,179,88) |
Pale gold | #E6BE8A | rgb(230,190,138) |
Golden brown | #996515 | rgb(153,101,21) |
Related Named Colors of metallic gold
Closely related
- American gold #d3af37
- Old gold #cfb53b
- Japanese triandra grass (Themeda japonica) (Kariyasu) #e2b13c
- Rape blossom brown (Nanohanacha) #e3b130
- Urobilin #e3b130
d3af37
cfb53b
e2b13c
e3b130
Intermediately Related
- Upsdell red #ae2029
- Raspberry #e30b5d
- Auburn #a52a2a
- Cadmium purple #a52a2a
- Pale pink #fadadd
ae2029
e30b5d
a52a2a
fadadd
Distantly Related
- Rich black (FOGRA39) #010203
- Vampire black #080808
- Chinese black #010b13
- Rich black (FOGRA29) #010b13
- Eerie black #1b1b1b
010203
080808
010b13
1b1b1b
Metallic Gold Color HTML Code
<style>
p { color: #D4AF37; }
p { color: rgb(212,175,55); }
H1.HeaderClassName
{
color: #D4AF37;
}
.AnyTagClassName
{
color: #D4AF37;
}
</style>
<style>
a { background-color: #D4AF37; }
a { background-color: rgb(212,175,55); }
div.DivClassName
{
background-color: #D4AF37;
}
.BgClassName
{
background-color: #D4AF37;
}
</style>
<style>
span { border-color: #D4AF37; }
span { border-color: rgb(212,175,55); }
td.TdClassName
{
border-color: #D4AF37;
}
.TagClassName
{
border-color: #D4AF37;
}
</style>
Metallic Gold Color HEX Code #d4af37
This code #d4af37 is commonly used to represent metallic gold color. This code can be used in various design software and programming languages to display similar colors on screens and in digital designs.
Metallic Gold Color RGB Code
The RGB system for metallic gold color is typically:
- R: 212
- G: 175
- B: 55
This produces a rich, warm gold color with a metallic sheen. However, it’s important to note that metallic gold can have many different variations and shades, so the exact RGB color wheel code may vary depending on the specific shade and the intended use.
Metallic Gold Color CMYK Code
The CMYK color (Cyan, Magenta, Yellow, Key/Black) model is used in color printing and refers to the combination of four primary ink colors to create a range of colors. The CMYK base color for metallic gold can vary depending on the specific shade and the printing process used, but a commonly used CMYK code for metallic gold is:
- C: 0
- M: 15
- Y: 65
- K: 20
Metallic Gold Color CSS Code
The CSS (Cascading Style Sheets) code is used to style web pages and is used to specify colors in hexadecimal (HEX) format. The CSS code for metallic gold color using the HEX #d4af37 is:
Metallic Gold Palette
Complementary Palette
- D4AF37
- 375CD4
D4AF37
375CD4
Analogous Palette
- D4AF37
- ABD437
- D46137
Split-Complementary Palette
- D4AF37
- 37ABD4
- 6137D4
Triadic Palette
- D4AF37
- 37D4AF
- AF37D4
Tetradic Palette
- D4AF37
- 37D4AF
- 375CD4
- D4375C
Square Palette
- D4AF37
- 37D461
- 375CD4
- D437AB
D4AF37
37D461
375CD4
D437AB
Metallic Gold Color Rainbow Palette
- D4AF37
- 72D437
- 37D483
- 379FD4
- 5637D4
- D437CC
- D43745
D4AF37
72D437
37D483
379FD4
5637D4
D437CC
D43745
Metallic Gold Color Meaning
Color convert
RGB | 212 | 175 | 55 | – |
CMYK | 0 | 0.17 | 0.74 | 0.17 |
HSL | 45.86º | 64.61% | 52.35% | – |
HSV(B) | 45.86º | 74.06% | 83.14% | – |
XYZ | 43.17 | 44.93 | 10.01 | – |
YUV | 172.38 | 61.76 | 156.26 | – |
FAQ
Gold color CMYK code
There isn’t a specific CMYK code for gold color as it can vary depending on the shade and tone of gold that you’re trying to achieve. However, here are a few common CMYK codes for gold shades:
Metallic Gold: C=0, M=18, Y=71, K=0
Light Gold: C=3, M=16, Y=62, K=0
Dark Gold: C=0, M=33, Y=78, K=17
It’s important to note that the appearance of gold can also vary depending on the printing process, paper type, and lighting conditions.
What color is metallic gold?
Metallic gold is a bright, warm, and shiny yellow color with a reflective or metallic finish that mimics the appearance of polished gold metal. It has a lustrous quality and a sense of depth due to the way light reflects off its surface.
The exact shade of metallic gold can vary depending on the lighting conditions, the type of material it is applied to, and the manufacturing process used to create it. In general, metallic gold has a slightly cooler tone than traditional yellow gold, with a slight hint of green or blue that gives it a more “brassy” or industrial look.
John Smith is a blogger since 2008. He was a paint researcher. He has a lots of knowledge about paint and color. He want to share his knowledge with people on painttocolor.com website.