Cheesus
#ffcc77
Here's everything about the color Cheesus (#ffcc77) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffcc77 | |
|---|---|---|
| RGB | rgb(255, 204, 119) | |
| HSL | hsl(38, 100%, 73%) | |
| CMYK | cmyk(0%, 20%, 53%, 0%) | |
| LAB | lab(85, 12, 49) | |
| OKLCH | oklch(0.87 0.118 79) |
Color harmonies
Tints & shades
Code snippets
color: #ffcc77;
background-color: #ffcc77;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCC77)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.47, alpha: 1.0)