What is the HSL code for brownish yellow?
The CSS color brownish yellow in HSL format is hsl(52.4, 97.1%, 40%). Use this value directly in CSS, SVG, and most design tools.
How do I use brownish yellow in CSS?
To apply brownish yellow in CSS:
- Text color: color: hsl(52.4, 97.1%, 40%);
- Background: background-color: hsl(52.4, 97.1%, 40%);
- Border: border-color: hsl(52.4, 97.1%, 40%);
What are all the color format values for brownish yellow?
| Format | Value |
|---|---|
| HEX | #c9b003 |
| RGB | rgb(201, 176, 3) |
| HSL | hsl(52.4, 97.1%, 40%) |
| CMYK | cmyk(0%, 12.4%, 98.5%, 21.2%) |
How do I convert brownish yellow to HSL?
Select brownish yellow from the color name list in our color converter. The HSL value — hsl(52.4, 97.1%, 40%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brownish yellow belong to?
brownish yellow belongs to the yellow color family. It is a medium, vivid color with HSL values: hue 52.4°, saturation 97.1%, lightness 40%.
How do I create lighter and darker shades of brownish yellow?
Lighter variant (lightness 55%): #fcdf1d. Darker variant (lightness 25%): #7e6e02. 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.