Color #DE9521

HEX

#DE9521

RGB

(222, 149, 33)

Quick Actions

Color Values

Color Space Values
RGB
R: 222, G: 149, B: 33 (87%, 58%, 13%)
CMYK C: 0%, M: 33%, Y: 85%, K: 13%
HSL H: 37°, S: 74%, L: 50%
HSV H: 37°, S: 85%, V: 87%
CIE-LAB L: 67.37, a: 18.88, b: 65.82
CIE-LCH L: 67.37, C: 68.47, H: 73.99
Hunter-Lab L: 60.93, a: 11.55, b: 35.26
Web Safe
#cc9933
Complementary
#2069de

#DE9521 is a color with RGB values of 222 red, 149 green, and 33 blue (87%, 58%, 13% respectively). In the CMYK color space, it consists of 0% cyan, 33% magenta, 85% yellow, and 13% black. The color has a hue angle of 37°, 74% saturation, and 50% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc9933. The complementary color is #2069de, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #DE9521

Explore different variations of #DE9521 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #DE9521. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #DE9521

Explore different color combinations and harmonies that work well with #DE9521.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #DE9521

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #DE9521

Text with #DE9521

This text has a font color of #DE9521.

<span style="color:#DE9521;">Text here</span>
.text { color: #DE9521; }

#DE9521 background color

This paragraph has a background color of #DE9521.

<p style="background-color:#DE9521;">Content here</p>
.background { background-color: #DE9521; }

#DE9521 border color

This element has a border color of #DE9521.
<div style="border:1px solid #DE9521;">Content here</div>
.border { border: 1px solid #DE9521; }

#DE9521 box shadow

This element has a box shadow using #DE9521.
<div style="box-shadow: 0 4px 6px -1px #DE952180">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #DE952180; }
Copied to clipboard!