Wheat Sheaf
#dfd4c4
Wheat Sheaf, represented by the hex value #dfd4c4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dfd4c4 | |
|---|---|---|
| RGB | rgb(223, 212, 196) | |
| HSL | hsl(36, 30%, 82%) | |
| CMYK | cmyk(0%, 5%, 12%, 13%) | |
| LAB | lab(85, 2, 9) | |
| OKLCH | oklch(0.87 0.025 77) |
Color harmonies
Tints & shades
Code snippets
color: #dfd4c4;
background-color: #dfd4c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFD4C4)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.83, blue: 0.77, alpha: 1.0)