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 |
| RGB | rgb(255, 215, 0) |
| Red | 255 |
| Green | 215 |
| Blue | 0 |
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);