📝 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
🎨 Color Schemes
🔄 Alternatives to #D2B48C
🌗 Shades and Tints
🎚️ Tones of #D2B48C
🌈 Hue Variations of #D2B48C
👁️ Preview
👓 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; }
