Dark mustard to RGB — Color Code

RGB

rgb(168, 137, 5)

Format Value
HEX #a88905
RGB rgb(168, 137, 5)
HSL hsl(48.6, 94.2%, 33.9%)
CMYK cmyk(0%, 18.5%, 97%, 34.1%)

What is the RGB code for dark mustard?

The CSS color dark mustard in RGB format is rgb(168, 137, 5). Use this value directly in CSS, SVG, and most design tools.

How do I use dark mustard in CSS?

To apply dark mustard in CSS:

  • Text color: color: rgb(168, 137, 5);
  • Background: background-color: rgb(168, 137, 5);
  • Border: border-color: rgb(168, 137, 5);

What are all the color format values for dark mustard?

FormatValue
HEX#a88905
RGBrgb(168, 137, 5)
HSLhsl(48.6, 94.2%, 33.9%)
CMYKcmyk(0%, 18.5%, 97%, 34.1%)

How do I convert dark mustard to RGB?

Select dark mustard from the color name list in our color converter. The RGB value — rgb(168, 137, 5) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark mustard belong to?

dark mustard belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 48.6°, saturation 94.2%, lightness 33.9%.

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

Lighter variant (lightness 48.9%): #f2c607. Darker variant (lightness 18.9%): #5e4c03. 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.