Ancestral Gold
#ddcda6
Looking for the precise values behind Ancestral Gold (#ddcda6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ddcda6 | |
|---|---|---|
| RGB | rgb(221, 205, 166) | |
| HSL | hsl(43, 45%, 76%) | |
| CMYK | cmyk(0%, 7%, 25%, 13%) | |
| LAB | lab(83, 1, 22) | |
| OKLCH | oklch(0.85 0.055 88) |
Color harmonies
Tints & shades
Code snippets
color: #ddcda6;
background-color: #ddcda6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDCDA6)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.80, blue: 0.65, alpha: 1.0)