Color Converter (HEX, RGB, HSL)Specialized Version
🎨

Gold HEX Code

Gold color HEX code

RGB
H (0-360)S (%)L (%)

Copy CSS Values

Lightness Variations

Gold HEX Code

The HEX code for gold is #FFD700. Gold is a warm, yellow-orange metallic color that represents luxury, wealth, and achievement. Unlike pure yellow (#FFFF00), gold has an orange tint that gives it a richer, more sophisticated appearance.

Gold Color Values

FormatValue
HEX#FFD700
RGBrgb(255, 215, 0)
HSLhsl(51, 100%, 50%)
CMYKC:0 M:16 Y:100 K:0

Gold Shades and Variations

ShadeHEXDescription
Light Gold#F5DEB3Wheat color
Pale Gold#EEE8AASoft gold
Gold#FFD700CSS gold
Goldenrod#DAA520Orange-gold
Dark Goldenrod#B8860BDeep gold
Old Gold#CFB53BAntique gold
Metallic Gold#D4AF37Classic metallic

Gold in Design

Gold conveys:

  • Luxury: Premium, exclusive
  • Achievement: Awards, trophies
  • Wealth: Success, prosperity
  • Elegance: Sophisticated, timeless

Gold Color Palettes

``css /* Luxury gold palette */ :root { --gold-light: #F5DEB3; --gold: #FFD700; --gold-dark: #B8860B; --gold-accent: #D4AF37; }

/* Premium card styling */ .premium { background: linear-gradient(135deg, #D4AF37, #FFD700); color: #1A1A1A; } `

Achieving Metallic Gold Effect

`css .metallic-gold { background: linear-gradient( to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C ); -webkit-background-clip: text; color: transparent; } ``

Gold Combinations

PairingEffect
Gold + BlackLuxury, elegant
Gold + NavyClassic, premium
Gold + WhiteClean, sophisticated
Gold + BurgundyRegal, traditional

Brands Using Gold

BrandHEXIndustry
Rolex#D4AF37Watches
McDonald's#FFC300Fast food
Versace#FFD700Fashion
MGM#C5A000Entertainment
Gold is the universal color of achievement, making it essential for premium branding, awards, and celebratory designs.

Frequently Asked Questions

What is gold in HEX?

#FFD700 is CSS gold. It is a warm yellow-orange that appears metallic.

Gold vs yellow?

Yellow (#FFFF00) is pure and bright. Gold (#FFD700) is warmer with an orange tint, appearing more luxurious.

How to create metallic gold?

Use gradients with multiple gold shades (#BF953F, #FCF6BA, #B38728) to simulate metallic shine.

Related Tools

Explore other tools you might find useful:

Related Calculators