Burlywood Hex Code — #DEB887
RGB, HSL, and CMYK values for Burlywood.
Last updated: April 6, 2026
Burlywood Color Values
| Format | Value |
|---|---|
| HEX | #DEB887 |
| RGB | rgb(222, 184, 135) |
| HSL | hsl(34, 57%, 70%) |
| CMYK | cmyk(0%, 17%, 39%, 13%) |
About Burlywood
Color psychology: Calmness, warmth.
Burlywood (#DEB887) is a medium shade of brown with a hue angle of 34° on the color wheel, 57% saturation, and 70% lightness. It's commonly used in web design, graphic design, and branding where calmness, warmth are desired associations.
In color theory, Burlywood sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Burlywood in Design
Web Design
Use Burlywood as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Burlywood conveys calmness, warmth — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:17% Y:39% K:13%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Burlywood work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Burlywood in CSS
/* Using HEX */ color: #DEB887; background-color: #DEB887; /* Using RGB */ color: rgb(222, 184, 135); /* Using HSL — best for creating variations */ color: hsl(34, 57%, 70%); /* Transparent overlay (50% opacity) */ background-color: rgba(222, 184, 135, 0.5); /* Lighter variant for hover states */ background-color: hsl(34, 57%, 80%); /* Darker variant for active states */ background-color: hsl(34, 57%, 60%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Burlywood without changing its core hue or saturation.
Colors That Go With Burlywood
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Burlywood?
What is Burlywood in RGB and when should I use RGB?
How to use Burlywood in CSS with different color formats?
What is the HSL value of Burlywood and why is HSL useful for designers?
What is the CMYK value of Burlywood for print design?
What colors pair well with Burlywood in design projects?
Is Burlywood (#DEB887) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.