Color: #CBB541
#CBB541 Color Information
#CBB541 is a light color. The closest websafe version is #CBB541. A complement of this color would be #435ACB, perceived brightness is 0.68, and the grayscale version is #868686.
In the HSL color space, this color has a hue angle of 50°,a saturation of 57%, and a lightness of 53%.The HSV representation shows a hue of 50°, a saturation of 68%, and a value of 80%.
In a RGB color space, #CBB541 is composed of 80% red, 71% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 68% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 46.73, x: 0.4441, and y: 0.4654.
Color Code #CBB541
Shades of Color #CBB541
Shades are created by darkening the original color #CBB541 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 #CBB541
Tints are created by lightening the original color #CBB541 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 #CBB541 Color Code
In the HSL color space, this color has a hue angle of 50°, a saturation of 57%, and a lightness of 53%. The HSV representation shows a hue of 50°, a saturation of 68%, and a value of 80%.
- HEX: #CBB541
- RGB: rgb(203, 181, 65)
- HSL: hsl(50, 57%, 53%)
- HSV: hsv(50, 68%, 80%)
- CMYK: 0.00% cyan, 11.00% magenta, 68.00% yellow, 20.00% black
- XYZ: 44.59, 46.73, 9.09
- Yxy: 46.73, 0.4441, 0.4654
- Hunter Lab: 74.02, -1.35, 59.32
- CIE-Lab: 74.02, -1.35, 59.32
In the XYZ color space, this color is represented as X: 44.59, Y: 46.73, Z: 9.09. The Yxy representation further refines this as Y: 46.73, x: 0.4441, and y: 0.4654.
In the Hunter Lab color space, this color is represented as L: 74.02, a: -1.35, and b: 59.32. Similarly, in the CIE-Lab color space, it is represented as L: 74.02, a: -1.35, and b: 59.32.
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 #CBB541
Triadic colors are three colors evenly spaced around the color wheel, including #CBB541. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CBB541
Split complementary colors are two colors adjacent to the complementary color of #CBB541. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CBB541
Monochromatic colors are variations of #CBB541, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBB541
The complementary color of #CBB541 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 #CBB541
/* Using HEX */ body { background-color: #cbb541; }
/* Using RGB */ body { background-color: rgb(203, 181, 65); }
/* Using RGB with opacity */ body { background-color: rgba(203, 181, 65, 0.5); }
/* Using HSL */ body { background-color: hsl(50, 57%, 53%); }
/* Text color */ p { color: #cbb541; }
/* Box shadow */ div { box-shadow: 4px 4px #cbb541; }
/* Border color */ .box { border: 4px solid #cbb541; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cbb541; }
/* Background with text */ div { background: #cbb541; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CBB541
<!-- Using HEX --> <div style="background-color: #cbb541; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 181, 65); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 181, 65, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(50, 57%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbb541;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbb541; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cbb541; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cbb541;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cbb541; color: #fff; padding: 16px; border-radius: 8px;"> #CBB541 </div>
Related Colors of #CBB541
These colors are similar to #CBB541, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.