Dark Khaki Hex Code — #BDB76B
RGB, HSL, and CMYK values for Dark Khaki.
Dark Khaki Color Values
| Format | Value |
|---|---|
| HEX | #BDB76B |
| RGB | rgb(189, 183, 107) |
| HSL | hsl(56, 38%, 58%) |
| CMYK | cmyk(0%, 3%, 43%, 26%) |
Want to explore more shades? Use our Color Converter
About Dark Khaki
Color psychology: Stability, earthiness.
Dark Khaki (#BDB76B) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where stability, earthiness are desired associations.
How to Use Dark Khaki in CSS
/* Using HEX */ color: #BDB76B; background-color: #BDB76B; /* Using RGB */ color: rgb(189, 183, 107); /* Using HSL */ color: hsl(56, 38%, 58%);