✓ Copied to clipboard
#D2B48C color swatch preview — Color From Pic.
#D2B48C color swatch

#D2B48C

#D2B48C

📝 Color Information

The hexadecimal color code #D2B48C represents a light shade in the orange family. In the RGB color model, this color is composed of 210 red, 180 green, and 140 blue, which translates to approximately 82% red, 71% green, and 55% blue. This makes it a slightly desaturated color with warm undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #D2B48C has a hue of 34 degrees, a saturation level of 44%, and a lightness value of 69%. The hue angle of places this color firmly in the orange spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 33%, and brightness/value of 82%. For print applications using the CMYK color model, #D2B48C would be reproduced using 0% cyan, 14% magenta, 33% yellow, and 18% black. The closest web-safe color is #CCCC99, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. With its medium lightness, it's versatile enough for both foreground elements and subtle backgrounds. The moderate to low saturation gives this color a sophisticated, muted quality that works well in professional and minimalist designs. When pairing #D2B48C with other colors, consider its complementary color at hue 214° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 13808780, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
stone-400
HEX
#D2B48C
RGB
rgb(210, 180, 140)
RGB %
82%, 71%, 55%
HSL
hsl(34, 44%, 69%)
HSV
hsv(34, 33%, 82%)
CMYK
0%, 14%, 33%, 18%
Decimal
13808780
Web Safe
#CCCC99

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #D2B48C

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #D2B48C

Tones (adding gray / desaturating)

🌈 Hue Variations of #D2B48C

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #D2B48C
This demonstrates text readability on the color background. (Click to edit)
#D2B48C as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #D2B48C; --color-rgb: 210, 180, 140; --color-hsl: 34, 44%, 69%; } .bg-color { background-color: #D2B48C; } .text-color { color: #D2B48C; } .border-color { border-color: #D2B48C; }