Honeycomb
#ddaa11
Here's everything about the color Honeycomb (#ddaa11) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddaa11 | |
|---|---|---|
| RGB | rgb(221, 170, 17) | |
| HSL | hsl(45, 86%, 47%) | |
| CMYK | cmyk(0%, 23%, 92%, 13%) | |
| LAB | lab(73, 11, 73) | |
| OKLCH | oklch(0.76 0.154 86) |
Color harmonies
Tints & shades
Code snippets
color: #ddaa11;
background-color: #ddaa11;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDAA11)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.67, blue: 0.07, alpha: 1.0)