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

Sample Text
This is how text may look on this color.
Best text color: #000000
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

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #DA9100 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Harvest Gold
#DA9100 Base
#0049DA
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Harvest Gold
#DA9100 Base
#DA2400
#B6DA00
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Harvest Gold
#DA9100 Base
#00DA91
#9100DA
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Harvest Gold
#DA9100 Base
#00B6DA
#2400DA
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Harvest Gold
#DA9100 Base
#00DA24
#0049DA
#DA00B6
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Harvest Gold
#DA9100 Base
#412B00
#8E5E00
#B17600
#FFAB04
#FFB728
#FFD074
Shades & Tints

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
Harvest Gold #DA9100 Base
#FFAF10
#FFC146
#FFD37B
#FFE5B0
#FFF6E6
CSS & SCSS Snippets

Ready-to-use code snippets for #DA9100. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #DA9100;
}

/* Text */
.element {
    color: #DA9100;
}

/* Border */
.element {
    border: 1px solid #DA9100;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #DA9100,
        #0049DA
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #DA9100,
        #0049DA
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Harvest Gold appears to people with different types of color vision deficiency.

Normal Vision #DA9100 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #9B9B06 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #DF8888 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #A0A0A0 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Harvest Gold ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Harvest Gold #DA9100 Base
Gamboge #E49B0F ΔE 2.93
Marigold #EAA221 ΔE 4.79
Carrot Orange #ED9121 ΔE 5.95
Vivid Amber #CC9900 ΔE 6.30

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.