What is the HSL code for dark yellow?
The CSS color dark yellow in HSL format is hsl(50.8, 91%, 43.7%). 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: hsl(50.8, 91%, 43.7%);
- Background: background-color: hsl(50.8, 91%, 43.7%);
- Border: border-color: hsl(50.8, 91%, 43.7%);
What are all the color format values for dark yellow?
| 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%) |
How do I convert dark yellow to HSL?
Select dark yellow from the color name list in our color converter. The HSL value — hsl(50.8, 91%, 43.7%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.