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

#C68E17

#C68E17

📝 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

Tailwind CSS
yellow-600
HEX
#C68E17
RGB
rgb(198, 142, 23)
RGB %
78%, 56%, 9%
HSL
hsl(41, 79%, 43%)
HSV
hsv(41, 88%, 78%)
CMYK
0%, 28%, 88%, 22%
Decimal
13012503
Web Safe
#CC9900

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #C68E17

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #C68E17

Tones (adding gray / desaturating)

🌈 Hue Variations of #C68E17

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #C68E17
This demonstrates text readability on the color background. (Click to edit)
#C68E17 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: #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; }