Ancestral Gold Color Hex Code
#ddcda6What is Ancestral Gold Color Hex Code Color?
Ancestral Gold Color Hex Code is a light, moderately saturated orange color with the hex code #ddcda6. Its RGB value is rgb(221, 205, 166), meaning it contains 221 red, 205 green, and 166 blue light values. In the HSL color model, it has a hue of 43°, saturation of 45%, and lightness of 76%.
Ancestral Gold Color Hex Code Color Codes
Here are all the color format codes for Ancestral Gold Color Hex Code:
- HEX: #ddcda6
- RGB: rgb(221, 205, 166)
- HSL: hsl(43°, 45%, 76%)
- CMYK: cmyk(0%, 7%, 25%, 13%)
- Android/Flutter: Color(0xFFDDCDA6)
- Swift UIColor: UIColor(red: 0.867, green: 0.804, blue: 0.651, alpha: 1.0)
Is Ancestral Gold Color Hex Code Accessible?
Ancestral Gold Color Hex Code (#ddcda6) passes WCAG AA accessibility standards. It has a contrast ratio of 1.57:1 against white and 13.36:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Ancestral Gold Color Hex Code in Design
Ancestral Gold Color Hex Code is a light orange tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#a6b6dd
for strong contrast.
In CSS, you can use it directly as color: #ddcda6; or
background-color: #ddcda6;.
Ancestral Gold Color Hex Code Shades and Tints
Shades of Ancestral Gold Color Hex Code are created by mixing it with black, ranging from the original #ddcda6 down to near-black #c4b694. Tints are made by adding white — from the base color up to near-white #fbfaf5. These variations help build complete design system palettes and Tailwind CSS color scales.
Ancestral Gold Color Hex Code Color Harmonies
The complementary color of Ancestral Gold Color Hex Code is #a6b6dd. Its analogous colors are #d1dda6 and #ddb2a6. For a triadic palette, combine it with #a6ddce and #cea6dd.
Frequently Asked Questions
What is the hex code for Ancestral Gold Color Hex Code?
The hex code for Ancestral Gold Color Hex Code is #ddcda6.
What is the RGB value of Ancestral Gold Color Hex Code?
The RGB value is rgb(221, 205, 166). Red channel: 221/255, Green: 205/255, Blue: 166/255.
Is Ancestral Gold Color Hex Code good for web accessibility?
Ancestral Gold Color Hex Code has a contrast ratio of 1.57:1 with white and 13.36:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Ancestral Gold Color Hex Code?
Ancestral Gold Color Hex Code pairs well with its complementary color #a6b6dd, analogous colors #d1dda6 and #ddb2a6, or neutral whites and grays for a clean, modern look.
How do I use Ancestral Gold Color Hex Code in CSS?
Use it in CSS like this:
background-color: #ddcda6;
color: #ddcda6;
Or as a CSS variable: --color-primary: #ddcda6;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #ddcda6;
--color-primary-rgb: 221, 205, 166;
--color-primary-hsl: 43 45% 76%;
--color-primary-text: #1a1a2e;
colors: {
'ancestral-gold-color-hex-code': {
DEFAULT: '#ddcda6',
100: '#ffffff',
200: '#fbfaf5',
300: '#f8f4eb',
400: '#f4efe1',
500: '#f0e9d8',
600: '#c4b694',
700: '#ac9f81',
800: '#93896f',
900: '#7b725c',
950: '#625b4a',
}
}
'base': #ddcda6,
'light': #f8f4eb,
'dark': #ac9f81,
'rgb': 221, 205, 166
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.