Named color

Ochre

Ochre is a balanced orange color with HEX #CC7722. According to Colors Encyclopedia, it has RGB 204, 119, 34, HSL 30, 71%, 47%, warm temperature, and is useful for warm accents, food branding, and interior palettes.

HEX #CC7722
RGB rgb(204, 119, 34)
HSL hsl(30 71% 47%)
CMYK cmyk(0, 42, 83, 20)
Luminance 0.2615
Contrast Black 6.23:1White 3.37:1

CSS Utilities

--color-ochre: #CC7722;
.bg-ochre { background-color: #CC7722; }
.text-ochre { color: #CC7722; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.2615
Black text6.23:1AA Pass
White text3.37:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#CC7722",
  "rgb": [
    204,
    119,
    34
  ],
  "hsl": [
    30,
    71,
    47
  ],
  "cmyk": [
    0,
    42,
    83,
    20
  ],
  "luminance": 0.2615,
  "contrast": {
    "black": 6.23,
    "white": 3.37
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A"
  ],
  "AAA": []
}
Harmonies
{
  "complementary": "#2378CD",
  "analogous": [
    "#CD2323",
    "#CDCD23"
  ],
  "triadic": [
    "#23CD78",
    "#7823CD"
  ],
  "tetradic": [
    "#23CD23",
    "#2378CD",
    "#CD23CD"
  ],
  "splitComplementary": [
    "#23CDCD",
    "#2323CD"
  ],
  "monochromatic": [
    "#E5A666",
    "#CC7722",
    "#7E4A15"
  ]
}
Variants
{
  "light": "#E5A666",
  "dark": "#7E4A15",
  "saturated": "#E77808",
  "desaturated": "#B3783D",
  "pastel": "#E0B890",
  "neon": "#FF8C1A"
}
Pairings
{
  "best": [
    "#000000",
    "#2378CD",
    "#CD2323",
    "#CDCD23"
  ],
  "avoid": [
    "#B3783D",
    "#E5A666"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#E5A666",
    "#B3783D"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "chocolate",
    "cinnamon",
    "bronze",
    "copper",
    "polished-copper"
  ],
  "generatedPalettes": [
    "ochre"
  ],
  "generatedComparisons": [
    "bronze-vs-ochre",
    "chocolate-vs-ochre",
    "cinnamon-vs-ochre",
    "dark-goldenrod-vs-ochre"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/ochre",
    "/wcag/ochre",
    "/css/colors/ochre",
    "/hex/cc7722"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/ochre"
    ],
    "related": [
      "/colors/chocolate",
      "/colors/cinnamon",
      "/colors/bronze",
      "/colors/copper",
      "/colors/polished-copper",
      "/compare/bronze-vs-ochre",
      "/compare/chocolate-vs-ochre",
      "/compare/cinnamon-vs-ochre",
      "/compare/dark-goldenrod-vs-ochre",
      "/harmonies/ochre",
      "/wcag/ochre",
      "/css/colors/ochre",
      "/hex/cc7722"
    ]
  }
}
Full JSON dataset
{
  "slug": "ochre",
  "name": "Ochre",
  "hex": "#CC7722",
  "uses": [
    "warm accents",
    "food branding",
    "interior palettes"
  ],
  "psychology": {
    "associations": [
      "warmth",
      "comfort",
      "approachability"
    ],
    "contexts": [
      "hospitality",
      "craft",
      "food",
      "home decor"
    ],
    "avoidIn": [
      "cold technical interfaces"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design and editorial color systems."
  },
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "balanced"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "orange",
    "warm",
    "balanced",
    "warm-accents",
    "food-branding",
    "interior-palettes",
    "warmth",
    "comfort",
    "approachability"
  ],
  "popularity": 80,
  "rgb": [
    204,
    119,
    34
  ],
  "hsl": [
    30,
    71,
    47
  ],
  "cmyk": [
    0,
    42,
    83,
    20
  ],
  "luminance": 0.2615,
  "contrast": {
    "black": 6.23,
    "white": 3.37
  },
  "harmonies": {
    "complementary": "#2378CD",
    "analogous": [
      "#CD2323",
      "#CDCD23"
    ],
    "triadic": [
      "#23CD78",
      "#7823CD"
    ],
    "tetradic": [
      "#23CD23",
      "#2378CD",
      "#CD23CD"
    ],
    "splitComplementary": [
      "#23CDCD",
      "#2323CD"
    ],
    "monochromatic": [
      "#E5A666",
      "#CC7722",
      "#7E4A15"
    ]
  },
  "variants": {
    "light": "#E5A666",
    "dark": "#7E4A15",
    "saturated": "#E77808",
    "desaturated": "#B3783D",
    "pastel": "#E0B890",
    "neon": "#FF8C1A"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  },
  "css": {
    "variable": "--color-ochre: #CC7722;",
    "utility": ".bg-ochre { background-color: #CC7722; }",
    "textUtility": ".text-ochre { color: #CC7722; }"
  },
  "nearestColors": [
    "chocolate",
    "cinnamon",
    "bronze",
    "copper",
    "polished-copper"
  ],
  "generatedPalettes": [
    "ochre"
  ],
  "generatedComparisons": [
    "bronze-vs-ochre",
    "chocolate-vs-ochre",
    "cinnamon-vs-ochre",
    "dark-goldenrod-vs-ochre"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/ochre",
    "/wcag/ochre",
    "/css/colors/ochre",
    "/hex/cc7722"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/ochre"
    ],
    "related": [
      "/colors/chocolate",
      "/colors/cinnamon",
      "/colors/bronze",
      "/colors/copper",
      "/colors/polished-copper",
      "/compare/bronze-vs-ochre",
      "/compare/chocolate-vs-ochre",
      "/compare/cinnamon-vs-ochre",
      "/compare/dark-goldenrod-vs-ochre",
      "/harmonies/ochre",
      "/wcag/ochre",
      "/css/colors/ochre",
      "/hex/cc7722"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#2378CD",
      "#CD2323",
      "#CDCD23"
    ],
    "avoid": [
      "#B3783D",
      "#E5A666"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#E5A666",
      "#B3783D"
    ]
  }
}

Color meaning and use

About Ochre Color

Ochre sits in the orange family with warm temperature and balanced visual character. Ochre is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include warmth, comfort, and approachability, which makes it relevant for hospitality and craft. In design work, Ochre is most useful for warm accents, food branding, and interior palettes, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Ochre against black and white text.

Black text6.23:1AA Pass
White text3.37:1AA Fail
AA text options#000000, #1A1A1A
AAA text optionsNone in seed set

Similar Colors

Color Harmonies

#2378CD#2378CD
#CD2323#CD2323
#CDCD23#CDCD23
#23CD78#23CD78
#7823CD#7823CD

Variants

#E5A666#E5A666
#7E4A15#7E4A15
#E77808#E77808
#B3783D#B3783D
#E0B890#E0B890
#FF8C1A#FF8C1A

Pairings

Black#000000
#2378CD#2378CD
#CD2323#CD2323
#CDCD23#CDCD23
Matte Black#1A1A1A
White Smoke#F5F5F5