📝 Color Information
The hexadecimal color code #C68E17 represents a medium shade in the orange family. In the RGB color model, this color is composed of 198 red, 142 green, and 23 blue, which translates to approximately 78% red, 56% green, and 9% blue. This makes it a moderately saturated color with warm undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #C68E17 has a hue of 41 degrees, a saturation level of 79%, and a lightness value of 43%. 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 88%, and brightness/value of 78%. For print applications using the CMYK color model, #C68E17 would be reproduced using 0% cyan, 28% magenta, 88% yellow, and 22% black. The closest web-safe color is #CC9900, 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 high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #C68E17 with other colors, consider its complementary color at hue 221° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 13012503, which can be useful in certain programming contexts.
🔢 Color Conversion
🎨 Color Schemes
🔄 Alternatives to #C68E17
🌗 Shades and Tints
🎚️ Tones of #C68E17
🌈 Hue Variations of #C68E17
👁️ 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: #C68E17;
--color-rgb: 198, 142, 23;
--color-hsl: 41, 79%, 43%;
}
.bg-color { background-color: #C68E17; }
.text-color { color: #C68E17; }
.border-color { border-color: #C68E17; }
