Vibrant Amber
#d1902e
Vibrant Amber, represented by the hex value #d1902e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d1902e | |
|---|---|---|
| RGB | rgb(209, 144, 46) | |
| HSL | hsl(36, 64%, 50%) | |
| CMYK | cmyk(0%, 31%, 78%, 18%) | |
| LAB | lab(65, 19, 59) | |
| OKLCH | oklch(0.7 0.134 73) |
Color harmonies
Tints & shades
Code snippets
color: #d1902e;
background-color: #d1902e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFD1902E)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.56, blue: 0.18, alpha: 1.0)