Camel Cardinal
#cc9944
Here's everything about the color Camel Cardinal (#cc9944) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc9944 | |
|---|---|---|
| RGB | rgb(204, 153, 68) | |
| HSL | hsl(37, 57%, 53%) | |
| CMYK | cmyk(0%, 25%, 67%, 20%) | |
| LAB | lab(67, 13, 51) | |
| OKLCH | oklch(0.72 0.118 78) |
Color harmonies
Tints & shades
Code snippets
color: #cc9944;
background-color: #cc9944;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFCC9944)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.60, blue: 0.27, alpha: 1.0)