Treasure Map
#d0bb9d
Treasure Map, represented by the hex value #d0bb9d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d0bb9d | |
|---|---|---|
| RGB | rgb(208, 187, 157) | |
| HSL | hsl(35, 35%, 72%) | |
| CMYK | cmyk(0%, 10%, 25%, 18%) | |
| LAB | lab(77, 4, 18) | |
| OKLCH | oklch(0.8 0.047 77) |
Color harmonies
Tints & shades
Code snippets
color: #d0bb9d;
background-color: #d0bb9d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD0BB9D)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.73, blue: 0.62, alpha: 1.0)