Skip to main content

Galliano

#DEB526 aka “Compass Yellow” by Rivian

Galliano is a warm medium color with the hex code #DEB526. Also known as "Compass Yellow" by Rivian . This vibrant hue can be represented as RGB 222, 181, 38 in digital design or CMYK 0%, 18%, 83%, 13% for print applications. Find matching Pantone color. Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.

Galliano color values

HEX
#DEB526
RGB
222, 181, 38
HSL
47°, 74%, 51%
CMYK
0, 18, 83, 13

About this color

Galliano sits at 47° on the color wheel with 74% saturation and 51% lightness, placing it in the orange-yellow segment of the spectrum. At 74% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Galliano is rendered as rgb(222, 181, 38), where the red channel dominates at 222, giving the color a clear red cast. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.

For print, Galliano translates to a CMYK breakdown of 0C 18M 83Y 13K. The low-to-moderate black value (13%) means the color's character in print comes primarily from its yellow ink content (83%), with black serving as a supporting shadow tone. In brand applications, this exact value is specified as Compass Yellow.

How to use Galliano

CSS Variable

:root {
  --brand-primary: #DEB526;
  --brand-primary-rgb: 222, 181, 38;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#DEB526',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 18%
Y: 83%
K: 13%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(222, 181, 38)
rgba(222, 181, 38, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using Galliano

1 brand uses this color in their identity

Frequently asked questions

What color is #DEB526?
#DEB526 is Galliano, a warm medium color with RGB values of 222, 181, 38. It has a hue of 47°, 74% saturation, and 51% lightness in the HSL color space.
What is the RGB value of #DEB526?
The RGB color code for #DEB526 is rgb(222, 181, 38). This means it contains 222 red, 181 green, and 38 blue in the RGB color model.
Is Galliano a warm or cool color?
Galliano (#DEB526) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #DEB526 in CSS?
You can use #DEB526 in CSS with: background-color: #DEB526; or color: #DEB526; or as an RGB value: rgb(222, 181, 38). For print design, use CMYK: 0%, 18%, 83%, 13%.