How to Make a Gold Material in UE5

Gold is the classic proof that metals get their color from the metal channel pipeline, not from paint: a correct gold is a colored specular reflection, which is exactly what the metallic workflow produces when the base color carries the metal’s reflectance tint.

Channel by channel

Base color

The gold tint lives here: around RGB (1.0, 0.77, 0.34) in linear terms for pure gold. Darker, browner values read as old brass; pinker values drift toward copper.

Roughness

Polished gold sits very low, 0.05–0.2. Raise toward 0.4 for a satin, cast-gold look; add smudge variation for handled objects — perfectly uniform roughness reads as CG.

Metallic

1.0 everywhere. Gold with metallic at 0.5 becomes a yellow plastic — there is no in-between for a pure metal.

Normal

Mostly flat for jewelry-grade polish; light hammering or engraving detail is what separates "prop gold" from "texture demo gold".

The hand-building tip that matters

Fully procedural in UE5: Constant3Vector (gold tint) → Base Color, Constant 1.0 → Metallic, Scalar ~0.1 → Roughness. Three nodes, no textures — and it stays sharp at any distance.

New to the four channels? Read the PBR basics first.

Or generate it in seconds

MaterialForge builds this material for you — seamless textures, derived PBR maps and the UE5 node graph, applied into your open editor in one click. The prompt is prefilled:

Generate “gold” in MaterialForge

Prompt variations to try

Applying into your editor happens through the free Cosindra desktop app (Windows & macOS).

More materials