What is the HSL code for dark gold?
The CSS color dark gold in HSL format is hsl(48, 83.8%, 38.6%). 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: hsl(48, 83.8%, 38.6%);
- Background: background-color: hsl(48, 83.8%, 38.6%);
- Border: border-color: hsl(48, 83.8%, 38.6%);
What are all the color format values for dark gold?
| Format | Value |
|---|---|
| HEX | #b59410 |
| RGB | rgb(181, 148, 16) |
| HSL | hsl(48, 83.8%, 38.6%) |
| CMYK | cmyk(0%, 18.2%, 91.2%, 29%) |
How do I convert dark gold to HSL?
Select dark gold from the color name list in our color converter. The HSL value — hsl(48, 83.8%, 38.6%) — 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 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.