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