Master Key
#ddcc88
Here's everything about the color Master Key (#ddcc88) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddcc88 | |
|---|---|---|
| RGB | rgb(221, 204, 136) | |
| HSL | hsl(48, 56%, 70%) | |
| CMYK | cmyk(0%, 8%, 38%, 13%) | |
| LAB | lab(82, -1, 36) | |
| OKLCH | oklch(0.84 0.089 96) |
Color harmonies
Tints & shades
Code snippets
color: #ddcc88;
background-color: #ddcc88;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDCC88)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.80, blue: 0.53, alpha: 1.0)