Old Whiskey
#ddaa55
Here's everything about the color Old Whiskey (#ddaa55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddaa55 | |
|---|---|---|
| RGB | rgb(221, 170, 85) | |
| HSL | hsl(37, 67%, 60%) | |
| CMYK | cmyk(0%, 23%, 62%, 13%) | |
| LAB | lab(73, 13, 50) | |
| OKLCH | oklch(0.77 0.119 78) |
Color harmonies
Tints & shades
Code snippets
color: #ddaa55;
background-color: #ddaa55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDAA55)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.67, blue: 0.33, alpha: 1.0)