Dull orange to HSL — Color Code

#d8863b
Format Value
HEX #d8863b
RGB rgb(216, 134, 59)
HSL hsl(28.7, 66.8%, 53.9%)
CMYK cmyk(0%, 38%, 72.7%, 15.3%)
HSV hsv(28.7, 72.7%, 84.7%)

dull orange color harmonies

Tints & shades of dull orange

Tints (lighter)

#dc914d #df9c5f #e3a770 #e6b282 #eabd94 #edc8a6 #f1d3b8 #f4deca #f8e9db #fbf4ed

Shades (darker)

#c47a36 #b16e30 #9d612b #895526 #764920 #623d1b #4f3115 #3b2510 #27180b #140c05

Contrast & accessibility

The quick brown fox

On white · 2.84:1 · Fail

The quick brown fox

On black · 7.39:1 · AAA

Recommended text color: #000000

Use dull orange in code

CSS color: #d8863b;
SCSS $color: #d8863b;
Tailwind bg-[#d8863b]
Swift UIColor(red: 0.847, green: 0.525, blue: 0.231, alpha: 1)
Android Color.parseColor("#d8863b")
Flutter Color(0xFFD8863B)

Colors similar to dull orange

Browse all Orange colors →

What is the HSL code for dull orange?

The CSS color dull orange in HSL format is hsl(28.7, 66.8%, 53.9%). Use this value directly in CSS, SVG, and most design tools.

How do I use dull orange in CSS?

To apply dull orange in CSS:

  • Text color: color: hsl(28.7, 66.8%, 53.9%);
  • Background: background-color: hsl(28.7, 66.8%, 53.9%);
  • Border: border-color: hsl(28.7, 66.8%, 53.9%);

What are all the color format values for dull orange?

FormatValue
HEX#d8863b
RGBrgb(216, 134, 59)
HSLhsl(28.7, 66.8%, 53.9%)
CMYKcmyk(0%, 38%, 72.7%, 15.3%)

How do I convert dull orange to HSL?

Select dull orange from the color name list in our color converter. The HSL value — hsl(28.7, 66.8%, 53.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dull orange belong to?

dull orange belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 28.7°, saturation 66.8%, lightness 53.9%.

How do I create lighter and darker shades of dull orange?

Lighter variant (lightness 68.9%): #e5ad7b. Darker variant (lightness 38.9%): #a56021. 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.