Brass Buttons
#dfac4c
Brass Buttons, represented by the hex value #dfac4c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dfac4c | |
|---|---|---|
| RGB | rgb(223, 172, 76) | |
| HSL | hsl(39, 70%, 59%) | |
| CMYK | cmyk(0%, 23%, 66%, 13%) | |
| LAB | lab(74, 12, 55) | |
| OKLCH | oklch(0.77 0.127 81) |
Color harmonies
Tints & shades
Code snippets
color: #dfac4c;
background-color: #dfac4c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFAC4C)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.67, blue: 0.30, alpha: 1.0)