Color: #CFC12C
#CFC12C Color Information
#CFC12C is a light color. The closest websafe version is #CFC12C. A complement of this color would be #2C39CE, perceived brightness is 0.71, and the grayscale version is #7E7E7E.
In the HSL color space, this color has a hue angle of 55°,a saturation of 65%, and a lightness of 49%.The HSV representation shows a hue of 55°, a saturation of 79%, and a value of 81%.
In a RGB color space, #CFC12C is composed of 81% red, 76% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 79% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 52.27, x: 0.4445, and y: 0.4830.
Color Code #CFC12C
Shades of Color #CFC12C
Shades are created by darkening the original color #CFC12C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #CFC12C
Tints are created by lightening the original color #CFC12C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #CFC12C Color Code
In the HSL color space, this color has a hue angle of 55°, a saturation of 65%, and a lightness of 49%. The HSV representation shows a hue of 55°, a saturation of 79%, and a value of 81%.
- HEX: #CFC12C
- RGB: rgb(207, 193, 44)
- HSL: hsl(55, 65%, 49%)
- HSV: hsv(55, 79%, 81%)
- CMYK: 0.00% cyan, 7.00% magenta, 79.00% yellow, 19.00% black
- XYZ: 48.10, 52.27, 7.85
- Yxy: 52.27, 0.4445, 0.4830
- Hunter Lab: 77.44, -6.20, 69.82
- CIE-Lab: 77.44, -6.20, 69.82
In the XYZ color space, this color is represented as X: 48.10, Y: 52.27, Z: 7.85. The Yxy representation further refines this as Y: 52.27, x: 0.4445, and y: 0.4830.
In the Hunter Lab color space, this color is represented as L: 77.44, a: -6.20, and b: 69.82. Similarly, in the CIE-Lab color space, it is represented as L: 77.44, a: -6.20, and b: 69.82.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #CFC12C
Triadic colors are three colors evenly spaced around the color wheel, including #CFC12C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CFC12C
Monochromatic colors are variations of #CFC12C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFC12C
The complementary color of #CFC12C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #CFC12C
/* Using HEX */ body { background-color: #cfc12c; }
/* Using RGB */ body { background-color: rgb(207, 193, 44); }
/* Using RGB with opacity */ body { background-color: rgba(207, 193, 44, 0.5); }
/* Using HSL */ body { background-color: hsl(55, 65%, 49%); }
/* Text color */ p { color: #cfc12c; }
/* Box shadow */ div { box-shadow: 4px 4px #cfc12c; }
/* Border color */ .box { border: 4px solid #cfc12c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cfc12c; }
/* Background with text */ div { background: #cfc12c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CFC12C
<!-- Using HEX --> <div style="background-color: #cfc12c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 193, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 193, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(55, 65%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cfc12c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cfc12c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cfc12c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cfc12c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cfc12c; color: #fff; padding: 16px; border-radius: 8px;"> #CFC12C </div>
Related Colors of #CFC12C
These colors are similar to #CFC12C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.