End of Summer
#cc8f15
Looking for the precise values behind End of Summer (#cc8f15)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cc8f15 | |
|---|---|---|
| RGB | rgb(204, 143, 21) | |
| HSL | hsl(40, 81%, 44%) | |
| CMYK | cmyk(0%, 30%, 90%, 20%) | |
| LAB | lab(64, 17, 65) | |
| OKLCH | oklch(0.69 0.14 77) |
Color harmonies
Tints & shades
Code snippets
color: #cc8f15;
background-color: #cc8f15;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFCC8F15)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.56, blue: 0.08, alpha: 1.0)