Duck Butter
#ddc75b
Duck Butter is a color with the hex code #ddc75b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ddc75b | |
|---|---|---|
| RGB | rgb(221, 199, 91) | |
| HSL | hsl(50, 66%, 61%) | |
| CMYK | cmyk(0%, 10%, 59%, 13%) | |
| LAB | lab(81, -1, 56) | |
| OKLCH | oklch(0.83 0.13 98) |
Color harmonies
Tints & shades
Code snippets
color: #ddc75b;
background-color: #ddc75b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDC75B)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.78, blue: 0.36, alpha: 1.0)