Porcini
#d9ae86
Porcini, represented by the hex value #d9ae86, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d9ae86 | |
|---|---|---|
| RGB | rgb(217, 174, 134) | |
| HSL | hsl(29, 52%, 69%) | |
| CMYK | cmyk(0%, 20%, 38%, 15%) | |
| LAB | lab(74, 12, 27) | |
| OKLCH | oklch(0.78 0.074 64) |
Color harmonies
Tints & shades
Code snippets
color: #d9ae86;
background-color: #d9ae86;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD9AE86)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.68, blue: 0.53, alpha: 1.0)