Pale gold to RGB — Color Code

RGB

rgb(253, 222, 108)

Format Value
HEX #fdde6c
RGB rgb(253, 222, 108)
HSL hsl(47.2, 97.3%, 70.8%)
CMYK cmyk(0%, 12.3%, 57.3%, 0.8%)

What is the RGB code for pale gold?

The CSS color pale gold in RGB format is rgb(253, 222, 108). Use this value directly in CSS, SVG, and most design tools.

How do I use pale gold in CSS?

To apply pale gold in CSS:

  • Text color: color: rgb(253, 222, 108);
  • Background: background-color: rgb(253, 222, 108);
  • Border: border-color: rgb(253, 222, 108);

What are all the color format values for pale gold?

FormatValue
HEX#fdde6c
RGBrgb(253, 222, 108)
HSLhsl(47.2, 97.3%, 70.8%)
CMYKcmyk(0%, 12.3%, 57.3%, 0.8%)

How do I convert pale gold to RGB?

Select pale gold from the color name list in our color converter. The RGB value — rgb(253, 222, 108) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pale gold belong to?

pale gold belongs to the yellow color family. It is a light, vivid color with HSL values: hue 47.2°, saturation 97.3%, lightness 70.8%.

How do I create lighter and darker shades of pale gold?

Lighter variant (lightness 85.8%): #feefb8. Darker variant (lightness 55.8%): #fccd21. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.