Baker’s Bread
#d0b393
Baker’s Bread, represented by the hex value #d0b393, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d0b393 | |
|---|---|---|
| RGB | rgb(208, 179, 147) | |
| HSL | hsl(31, 39%, 70%) | |
| CMYK | cmyk(0%, 14%, 29%, 18%) | |
| LAB | lab(75, 7, 20) | |
| OKLCH | oklch(0.78 0.055 70) |
Color harmonies
Tints & shades
Code snippets
color: #d0b393;
background-color: #d0b393;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD0B393)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.70, blue: 0.58, alpha: 1.0)