Gold Tooth
#dbb40c
Gold Tooth, represented by the hex value #dbb40c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dbb40c | |
|---|---|---|
| RGB | rgb(219, 180, 12) | |
| HSL | hsl(49, 90%, 45%) | |
| CMYK | cmyk(0%, 18%, 95%, 14%) | |
| LAB | lab(75, 5, 75) | |
| OKLCH | oklch(0.78 0.158 93) |
Color harmonies
Tints & shades
Code snippets
color: #dbb40c;
background-color: #dbb40c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDBB40C)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.71, blue: 0.05, alpha: 1.0)