What is the HEX code for light gold?
The CSS color light gold in HEX format is #fddc5c. Use this value directly in CSS, SVG, and most design tools.
How do I use light gold in CSS?
To apply light gold in CSS:
- Text color: color: #fddc5c;
- Background: background-color: #fddc5c;
- Border: border-color: #fddc5c;
What are all the color format values for light gold?
| Format | Value |
|---|---|
| HEX | #fddc5c |
| RGB | rgb(253, 220, 92) |
| HSL | hsl(47.7, 97.6%, 67.6%) |
| CMYK | cmyk(0%, 13%, 63.6%, 0.8%) |
How do I convert light gold to HEX?
Select light gold from the color name list in our color converter. The HEX value — #fddc5c — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light gold belong to?
light gold belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 47.7°, saturation 97.6%, lightness 67.6%.
How do I create lighter and darker shades of light gold?
Lighter variant (lightness 82.6%): #feeca7. Darker variant (lightness 52.599999999999994%): #fccc10. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.