Dark gold to RGB — Color Code

RGB

rgb(181, 148, 16)

Format Value
HEX #b59410
RGB rgb(181, 148, 16)
HSL hsl(48, 83.8%, 38.6%)
CMYK cmyk(0%, 18.2%, 91.2%, 29%)

What is the RGB code for dark gold?

The CSS color dark gold in RGB format is rgb(181, 148, 16). Use this value directly in CSS, SVG, and most design tools.

How do I use dark gold in CSS?

To apply dark gold in CSS:

  • Text color: color: rgb(181, 148, 16);
  • Background: background-color: rgb(181, 148, 16);
  • Border: border-color: rgb(181, 148, 16);

What are all the color format values for dark gold?

FormatValue
HEX#b59410
RGBrgb(181, 148, 16)
HSLhsl(48, 83.8%, 38.6%)
CMYKcmyk(0%, 18.2%, 91.2%, 29%)

How do I convert dark gold to RGB?

Select dark gold from the color name list in our color converter. The RGB value — rgb(181, 148, 16) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark gold belong to?

dark gold belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 48°, saturation 83.8%, lightness 38.6%.

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

Lighter variant (lightness 53.6%): #ecc426. Darker variant (lightness 23.6%): #6f5a0a. 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.