Cheese Wiz
#dfad51
Cheese Wiz is a color with the hex code #dfad51. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dfad51 | |
|---|---|---|
| RGB | rgb(223, 173, 81) | |
| HSL | hsl(39, 69%, 60%) | |
| CMYK | cmyk(0%, 22%, 64%, 13%) | |
| LAB | lab(74, 12, 53) | |
| OKLCH | oklch(0.78 0.124 80) |
Color harmonies
Tints & shades
Code snippets
color: #dfad51;
background-color: #dfad51;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFAD51)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.68, blue: 0.32, alpha: 1.0)