Wheat to RGB — Color Code

RGB

rgb(245, 222, 179)

Format Value
HEX #f5deb3
RGB rgb(245, 222, 179)
HSL hsl(39.1, 76.7%, 83.1%)
CMYK cmyk(0%, 9.4%, 26.9%, 3.9%)

What is the RGB code for wheat?

The CSS color wheat in RGB format is rgb(245, 222, 179). Use this value directly in CSS, SVG, and most design tools.

How do I use wheat in CSS?

To apply wheat in CSS:

  • Text color: color: rgb(245, 222, 179);
  • Background: background-color: rgb(245, 222, 179);
  • Border: border-color: rgb(245, 222, 179);

What are all the color format values for wheat?

FormatValue
HEX#f5deb3
RGBrgb(245, 222, 179)
HSLhsl(39.1, 76.7%, 83.1%)
CMYKcmyk(0%, 9.4%, 26.9%, 3.9%)

How do I convert wheat to RGB?

Select wheat from the color name list in our color converter. The RGB value — rgb(245, 222, 179) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does wheat belong to?

wheat belongs to the orange color family. It is a light, vivid color with HSL values: hue 39.1°, saturation 76.7%, lightness 83.1%.

How do I create lighter and darker shades of wheat?

Lighter variant (lightness 95%): #fcf5e8. Darker variant (lightness 68.1%): #ecc16f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.