Dark yellow to RGB — Color Code

RGB

rgb(213, 182, 10)

Format Value
HEX #d5b60a
RGB rgb(213, 182, 10)
HSL hsl(50.8, 91%, 43.7%)
CMYK cmyk(0%, 14.6%, 95.3%, 16.5%)

What is the RGB code for dark yellow?

The CSS color dark yellow in RGB format is rgb(213, 182, 10). Use this value directly in CSS, SVG, and most design tools.

How do I use dark yellow in CSS?

To apply dark yellow in CSS:

  • Text color: color: rgb(213, 182, 10);
  • Background: background-color: rgb(213, 182, 10);
  • Border: border-color: rgb(213, 182, 10);

What are all the color format values for dark yellow?

FormatValue
HEX#d5b60a
RGBrgb(213, 182, 10)
HSLhsl(50.8, 91%, 43.7%)
CMYKcmyk(0%, 14.6%, 95.3%, 16.5%)

How do I convert dark yellow to RGB?

Select dark yellow from the color name list in our color converter. The RGB value — rgb(213, 182, 10) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark yellow belong to?

dark yellow belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 50.8°, saturation 91%, lightness 43.7%.

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

Lighter variant (lightness 58.7%): #f6d836. Darker variant (lightness 28.700000000000003%): #8c7707. 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.