Color: #CFB66C
#CFB66C Color Information
#CFB66C is a light color. The closest websafe version is #CFB66C. A complement of this color would be #6D85D0, perceived brightness is 0.71, and the grayscale version is #9D9D9D.
In the HSL color space, this color has a hue angle of 45°,a saturation of 51%, and a lightness of 62%.The HSV representation shows a hue of 45°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CFB66C is composed of 81% red, 71% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 48% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 48.33, x: 0.4236, and y: 0.4322.
Color Code #CFB66C
Shades of Color #CFB66C
Shades are created by darkening the original color #CFB66C 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 #CFB66C
Tints are created by lightening the original color #CFB66C 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 #CFB66C Color Code
In the HSL color space, this color has a hue angle of 45°, a saturation of 51%, and a lightness of 62%. The HSV representation shows a hue of 45°, a saturation of 48%, and a value of 81%.
- HEX: #CFB66C
- RGB: rgb(207, 182, 108)
- HSL: hsl(45, 51%, 62%)
- HSV: hsv(45, 48%, 81%)
- CMYK: 0.00% cyan, 12.00% magenta, 48.00% yellow, 19.00% black
- XYZ: 47.37, 48.33, 16.12
- Yxy: 48.33, 0.4236, 0.4322
- Hunter Lab: 75.03, 2.15, 40.90
- CIE-Lab: 75.03, 2.15, 40.90
In the XYZ color space, this color is represented as X: 47.37, Y: 48.33, Z: 16.12. The Yxy representation further refines this as Y: 48.33, x: 0.4236, and y: 0.4322.
In the Hunter Lab color space, this color is represented as L: 75.03, a: 2.15, and b: 40.90. Similarly, in the CIE-Lab color space, it is represented as L: 75.03, a: 2.15, and b: 40.90.
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 #CFB66C
Triadic colors are three colors evenly spaced around the color wheel, including #CFB66C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CFB66C
Monochromatic colors are variations of #CFB66C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFB66C
The complementary color of #CFB66C 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 #CFB66C
/* Using HEX */ body { background-color: #cfb66c; }
/* Using RGB */ body { background-color: rgb(207, 182, 108); }
/* Using RGB with opacity */ body { background-color: rgba(207, 182, 108, 0.5); }
/* Using HSL */ body { background-color: hsl(45, 51%, 62%); }
/* Text color */ p { color: #cfb66c; }
/* Box shadow */ div { box-shadow: 4px 4px #cfb66c; }
HTML Examples of #CFB66C
<!-- Using HEX --> <div style="background-color: #cfb66c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 182, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 182, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(45, 51%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cfb66c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cfb66c; width: 100px; height: 100px;"></div>
Related Colors of #CFB66C
These colors are similar to #CFB66C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.