Dark Khaki Hex Code — #BDB76B
RGB, HSL, and CMYK values for Dark Khaki.
Last updated: April 6, 2026
Dark Khaki Color Values
| Format | Value |
|---|---|
| HEX | #BDB76B |
| RGB | rgb(189, 183, 107) |
| HSL | hsl(56, 38%, 58%) |
| CMYK | cmyk(0%, 3%, 43%, 26%) |
About Dark Khaki
Color psychology: Stability, earthiness.
Dark Khaki (#BDB76B) is a medium shade of yellow with a hue angle of 56° on the color wheel, 38% saturation, and 58% lightness. It's commonly used in web design, graphic design, and branding where stability, earthiness are desired associations.
In color theory, Dark Khaki 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 Dark Khaki in Design
Web Design
Use Dark Khaki for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Dark Khaki conveys stability, earthiness — 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:3% Y:43% K:26%) 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 Dark Khaki work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Dark Khaki in CSS
/* Using HEX */ color: #BDB76B; background-color: #BDB76B; /* Using RGB */ color: rgb(189, 183, 107); /* Using HSL — best for creating variations */ color: hsl(56, 38%, 58%); /* Transparent overlay (50% opacity) */ background-color: rgba(189, 183, 107, 0.5); /* Lighter variant for hover states */ background-color: hsl(56, 38%, 68%); /* Darker variant for active states */ background-color: hsl(56, 38%, 48%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Dark Khaki without changing its core hue or saturation.
Colors That Go With Dark Khaki
Complementary
Analogous
Triadic
Similar Shades of Yellow
Frequently Asked Questions
What is the hex code for Dark Khaki?
What is Dark Khaki in RGB and when should I use RGB?
How to use Dark Khaki in CSS with different color formats?
What is the HSL value of Dark Khaki and why is HSL useful for designers?
What is the CMYK value of Dark Khaki for print design?
What colors pair well with Dark Khaki in design projects?
Is Dark Khaki (#BDB76B) 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.