Curry
#d6a332
Curry, represented by the hex value #d6a332, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d6a332 | |
|---|---|---|
| RGB | rgb(214, 163, 50) | |
| HSL | hsl(41, 67%, 52%) | |
| CMYK | cmyk(0%, 24%, 77%, 16%) | |
| LAB | lab(70, 12, 62) | |
| OKLCH | oklch(0.74 0.137 83) |
Color harmonies
Tints & shades
Code snippets
color: #d6a332;
background-color: #d6a332;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6A332)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.64, blue: 0.20, alpha: 1.0)