Color: #CDBD98
#CDBD98 Color Information
#CDBD98 is a light color. The closest websafe version is #CDBD98. A complement of this color would be #98A8CD, perceived brightness is 0.74, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 42°,a saturation of 35%, and a lightness of 70%.The HSV representation shows a hue of 42°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CDBD98 is composed of 80% red, 74% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 26% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 51.97, x: 0.3874, and y: 0.3970.
Color Code #CDBD98
Shades of Color #CDBD98
Shades are created by darkening the original color #CDBD98 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 #CDBD98
Tints are created by lightening the original color #CDBD98 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 #CDBD98 Color Code
In the HSL color space, this color has a hue angle of 42°, a saturation of 35%, and a lightness of 70%. The HSV representation shows a hue of 42°, a saturation of 26%, and a value of 80%.
- HEX: #CDBD98
- RGB: rgb(205, 189, 152)
- HSL: hsl(42, 35%, 70%)
- HSV: hsv(42, 26%, 80%)
- CMYK: 0.00% cyan, 8.00% magenta, 26.00% yellow, 20.00% black
- XYZ: 50.71, 51.97, 28.22
- Yxy: 51.97, 0.3874, 0.3970
- Hunter Lab: 77.26, 1.60, 20.94
- CIE-Lab: 77.26, 1.60, 20.94
In the XYZ color space, this color is represented as X: 50.71, Y: 51.97, Z: 28.22. The Yxy representation further refines this as Y: 51.97, x: 0.3874, and y: 0.3970.
In the Hunter Lab color space, this color is represented as L: 77.26, a: 1.60, and b: 20.94. Similarly, in the CIE-Lab color space, it is represented as L: 77.26, a: 1.60, and b: 20.94.
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 #CDBD98
Triadic colors are three colors evenly spaced around the color wheel, including #CDBD98. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CDBD98
Monochromatic colors are variations of #CDBD98, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDBD98
The complementary color of #CDBD98 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 #CDBD98
/* Using HEX */ body { background-color: #cdbd98; }
/* Using RGB */ body { background-color: rgb(205, 189, 152); }
/* Using RGB with opacity */ body { background-color: rgba(205, 189, 152, 0.5); }
/* Using HSL */ body { background-color: hsl(42, 35%, 70%); }
/* Text color */ p { color: #cdbd98; }
/* Box shadow */ div { box-shadow: 4px 4px #cdbd98; }
HTML Examples of #CDBD98
<!-- Using HEX --> <div style="background-color: #cdbd98; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 189, 152); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 189, 152, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(42, 35%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cdbd98;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cdbd98; width: 100px; height: 100px;"></div>
Related Colors of #CDBD98
These colors are similar to #CDBD98, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.