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