Steampunk Gold
#c39c55
Looking for the precise values behind Steampunk Gold (#c39c55)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c39c55 | |
|---|---|---|
| RGB | rgb(195, 156, 85) | |
| HSL | hsl(39, 48%, 55%) | |
| CMYK | cmyk(0%, 20%, 56%, 24%) | |
| LAB | lab(67, 9, 42) | |
| OKLCH | oklch(0.71 0.101 81) |
Color harmonies
Tints & shades
Code snippets
color: #c39c55;
background-color: #c39c55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC39C55)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.61, blue: 0.33, alpha: 1.0)