Skip to main content

Drover

#FFF4AD

Drover is a warm light color with the hex code #FFF4AD. This vibrant hue can be represented as RGB 255, 244, 173 in digital design or CMYK 0%, 4%, 32%, 0% for print applications. Find matching Pantone color.

Drover color values

HEX
#FFF4AD
RGB
255, 244, 173
HSL
52°, 100%, 84%
CMYK
0, 4, 32, 0

About this color

Drover sits at 52° on the color wheel with 100% saturation and 84% lightness, placing it in the orange-yellow segment of the spectrum. With saturation at 100%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Drover is rendered as rgb(255, 244, 173), where the red channel dominates at 255, though the other channels keep the hue balanced. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Drover translates to a CMYK breakdown of 0C 4M 32Y 0K. With almost no black ink (0%), this color is built almost entirely from process inks: 32% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Drover

CSS Variable

:root {
  --brand-primary: #FFF4AD;
  --brand-primary-rgb: 255, 244, 173;
}

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

Tailwind Config

colors: {
  brand: '#FFF4AD',
}

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

Print Design (CMYK)

C: 0%
M: 4%
Y: 32%
K: 0%

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

RGB for Screens

rgb(255, 244, 173)
rgba(255, 244, 173, 0.8)

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

Frequently asked questions

What color is #FFF4AD?
#FFF4AD is Drover, a warm light color with RGB values of 255, 244, 173. It has a hue of 52°, 100% saturation, and 84% lightness in the HSL color space.
What is the RGB value of #FFF4AD?
The RGB color code for #FFF4AD is rgb(255, 244, 173). This means it contains 255 red, 244 green, and 173 blue in the RGB color model.
Is Drover a warm or cool color?
Drover (#FFF4AD) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #FFF4AD in CSS?
You can use #FFF4AD in CSS with: background-color: #FFF4AD; or color: #FFF4AD; or as an RGB value: rgb(255, 244, 173). For print design, use CMYK: 0%, 4%, 32%, 0%.