Gold Color
CSS Name gold
HEX #FFD700
RGB rgb(255, 215, 0)
HSL hsl(51, 100%, 50%)
CMYK cmyk(0%, 16%, 100%, 0%)
About Gold
Gold is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: gold;) or by its HEX code (color: #FFD700;).
Usage in CSS
.element {
color: gold;
/* or */
color: #FFD700;
/* or */
color: rgb(255, 215, 0);
}
color: gold;
/* or */
color: #FFD700;
/* or */
color: rgb(255, 215, 0);
}
Frequently Asked Questions
What is the HEX code for Gold?
The HEX code for Gold is #FFD700.
What is the RGB value of Gold?
The RGB value is rgb(255, 215, 0).