Harvest Gold (#DA9100)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 2.61:1 — vs black: 8.03:1
Color values
-
HEX
#DA9100 -
RGB
rgb(218, 145, 0) -
HSL
hsl(39, 100%, 42%) -
CMYK
cmyk( 0, 33, 100, 15 ) -
Websafe
#CC9900
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #DA9100 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#DA9100
Base
#0049DA
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#DA9100
Base
#DA2400
#B6DA00
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#DA9100
Base
#00DA91
#9100DA
Two colors flanking the complement — high contrast with less tension than full complementary.
#DA9100
Base
#00B6DA
#2400DA
Four colors at 90° intervals — rich variety, best when one color dominates.
#DA9100
Base
#00DA24
#0049DA
#DA00B6
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#DA9100
Base
#412B00
#8E5E00
#B17600
#FFAB04
#FFB728
#FFD074
Darker shades and lighter tints of Harvest Gold, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A1100
#402B00
#674400
#8D5E00
#B47700
#DA9100
Base
#FFAF10
#FFC146
#FFD37B
#FFE5B0
#FFF6E6
Ready-to-use code snippets for #DA9100. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #DA9100;
}
/* Text */
.element {
color: #DA9100;
}
/* Border */
.element {
border: 1px solid #DA9100;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#DA9100,
#0049DA
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#DA9100,
#0049DA
);
}
// SCSS variable
$harvest-gold: #DA9100;
// With RGB channels (useful for rgba() usage)
$harvest-gold-r: 218;
$harvest-gold-g: 145;
$harvest-gold-b: 0;
// Usage
.element {
background-color: $harvest-gold;
color: rgba($harvest-gold-r, $harvest-gold-g, $harvest-gold-b, 0.8);
}
How Harvest Gold appears to people with different types of color vision deficiency.
#DA9100
How the color appears with full color vision.
#AAAA00
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#9B9B06
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#DF8888
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#A0A0A0
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.