Gold (#FFD700) to RGB

Convert the gold hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#FFD700 = rgb(255, 215, 0)

Color Values

Hex#FFD700
RGBrgb(255, 215, 0)
Red255
Green215
Blue0

Convert Any Hex Color

✅ RGB Value: rgb(255, 215, 0)

Frequently Asked Questions

What is the RGB value of Gold?

Gold (#FFD700) is rgb(255, 215, 0) in RGB.

What is the hex code for Gold?

The hex code for Gold is #FFD700, which is rgb(255, 215, 0) in RGB.

How do I use Gold in CSS?

In CSS you can use either form interchangeably: color: #FFD700; or color: rgb(255, 215, 0);