Burlywood Hex Code — #DEB887
RGB, HSL, and CMYK values for Burlywood.
Burlywood Color Values
| Format | Value |
|---|---|
| HEX | #DEB887 |
| RGB | rgb(222, 184, 135) |
| HSL | hsl(34, 57%, 70%) |
| CMYK | cmyk(0%, 17%, 39%, 13%) |
Want to explore more shades? Use our Color Converter
About Burlywood
Color psychology: Calmness, warmth.
Burlywood (#DEB887) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where calmness, warmth are desired associations.
How to Use Burlywood in CSS
/* Using HEX */ color: #DEB887; background-color: #DEB887; /* Using RGB */ color: rgb(222, 184, 135); /* Using HSL */ color: hsl(34, 57%, 70%);