Currywurst
#ddaa33
Here's everything about the color Currywurst (#ddaa33) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddaa33 | |
|---|---|---|
| RGB | rgb(221, 170, 51) | |
| HSL | hsl(42, 71%, 53%) | |
| CMYK | cmyk(0%, 23%, 77%, 13%) | |
| LAB | lab(73, 11, 64) | |
| OKLCH | oklch(0.77 0.141 84) |
Color harmonies
Tints & shades
Code snippets
color: #ddaa33;
background-color: #ddaa33;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDAA33)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.67, blue: 0.20, alpha: 1.0)