What is the HSL code for camel?
The CSS color camel in HSL format is hsl(38.5, 48.9%, 56.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use camel in CSS?
To apply camel in CSS:
- Text color: color: hsl(38.5, 48.9%, 56.3%);
- Background: background-color: hsl(38.5, 48.9%, 56.3%);
- Border: border-color: hsl(38.5, 48.9%, 56.3%);
What are all the color format values for camel?
| Format | Value |
|---|---|
| HEX | #c69f59 |
| RGB | rgb(198, 159, 89) |
| HSL | hsl(38.5, 48.9%, 56.3%) |
| CMYK | cmyk(0%, 19.7%, 55.1%, 22.4%) |
How do I convert camel to HSL?
Select camel from the color name list in our color converter. The HSL value — hsl(38.5, 48.9%, 56.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does camel belong to?
camel belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 38.5°, saturation 48.9%, lightness 56.3%.
How do I create lighter and darker shades of camel?
Lighter variant (lightness 71.3%): #dac092. Darker variant (lightness 41.3%): #9d7836. 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.