Golden Harvest
#cccc11
Here's everything about the color Golden Harvest (#cccc11) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cccc11 | |
|---|---|---|
| RGB | rgb(204, 204, 17) | |
| HSL | hsl(60, 85%, 43%) | |
| CMYK | cmyk(0%, 0%, 92%, 20%) | |
| LAB | lab(80, -13, 77) | |
| OKLCH | oklch(0.82 0.176 110) |
Color harmonies
Tints & shades
Code snippets
color: #cccc11;
background-color: #cccc11;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCCCC11)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.80, blue: 0.07, alpha: 1.0)