Wax
#ddbb33
Here's everything about the color Wax (#ddbb33) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddbb33 | |
|---|---|---|
| RGB | rgb(221, 187, 51) | |
| HSL | hsl(48, 71%, 53%) | |
| CMYK | cmyk(0%, 15%, 77%, 13%) | |
| LAB | lab(77, 3, 68) | |
| OKLCH | oklch(0.8 0.149 94) |
Color harmonies
Tints & shades
Code snippets
color: #ddbb33;
background-color: #ddbb33;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDBB33)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.73, blue: 0.20, alpha: 1.0)