Paella
#dcc61f
Paella, represented by the hex value #dcc61f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dcc61f | |
|---|---|---|
| RGB | rgb(220, 198, 31) | |
| HSL | hsl(53, 75%, 49%) | |
| CMYK | cmyk(0%, 10%, 86%, 14%) | |
| LAB | lab(80, -3, 76) | |
| OKLCH | oklch(0.82 0.165 101) |
Color harmonies
Tints & shades
Code snippets
color: #dcc61f;
background-color: #dcc61f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDCC61F)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.78, blue: 0.12, alpha: 1.0)