Color: #CFAA3A
#CFAA3A Color Information
#CFAA3A is a light color. The closest websafe version is #CFAA3A. A complement of this color would be #3A5FCF, perceived brightness is 0.66, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 45°,a saturation of 61%, and a lightness of 52%.The HSV representation shows a hue of 45°, a saturation of 72%, and a value of 81%.
In a RGB color space, #CFAA3A is composed of 81% red, 67% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 72% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 42.96, x: 0.4603, and y: 0.4568.
Color Code #CFAA3A
Shades of Color #CFAA3A
Shades are created by darkening the original color #CFAA3A 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 #CFAA3A
Tints are created by lightening the original color #CFAA3A 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 #CFAA3A Color Code
In the HSL color space, this color has a hue angle of 45°, a saturation of 61%, and a lightness of 52%. The HSV representation shows a hue of 45°, a saturation of 72%, and a value of 81%.
- HEX: #CFAA3A
- RGB: rgb(207, 170, 58)
- HSL: hsl(45, 61%, 52%)
- HSV: hsv(45, 72%, 81%)
- CMYK: 0.00% cyan, 18.00% magenta, 72.00% yellow, 19.00% black
- XYZ: 43.29, 42.96, 7.79
- Yxy: 42.96, 0.4603, 0.4568
- Hunter Lab: 71.53, 5.60, 59.82
- CIE-Lab: 71.53, 5.60, 59.82
In the XYZ color space, this color is represented as X: 43.29, Y: 42.96, Z: 7.79. The Yxy representation further refines this as Y: 42.96, x: 0.4603, and y: 0.4568.
In the Hunter Lab color space, this color is represented as L: 71.53, a: 5.60, and b: 59.82. Similarly, in the CIE-Lab color space, it is represented as L: 71.53, a: 5.60, and b: 59.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 #CFAA3A
Triadic colors are three colors evenly spaced around the color wheel, including #CFAA3A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CFAA3A
Split complementary colors are two colors adjacent to the complementary color of #CFAA3A. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CFAA3A
Monochromatic colors are variations of #CFAA3A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFAA3A
The complementary color of #CFAA3A 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 #CFAA3A
/* Using HEX */ body { background-color: #cfaa3a; }
/* Using RGB */ body { background-color: rgb(207, 170, 58); }
/* Using RGB with opacity */ body { background-color: rgba(207, 170, 58, 0.5); }
/* Using HSL */ body { background-color: hsl(45, 61%, 52%); }
/* Text color */ p { color: #cfaa3a; }
/* Box shadow */ div { box-shadow: 4px 4px #cfaa3a; }
/* Border color */ .box { border: 4px solid #cfaa3a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cfaa3a; }
/* Background with text */ div { background: #cfaa3a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CFAA3A
<!-- Using HEX --> <div style="background-color: #cfaa3a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 170, 58); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 170, 58, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(45, 61%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cfaa3a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cfaa3a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cfaa3a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cfaa3a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cfaa3a; color: #fff; padding: 16px; border-radius: 8px;"> #CFAA3A </div>
Related Colors of #CFAA3A
These colors are similar to #CFAA3A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.