Color: #DCD16B
#DCD16B Color Information
#DCD16B is a light color. The closest websafe version is #DCD16B. A complement of this color would be #6A76DC, perceived brightness is 0.79, and the grayscale version is #A4A4A4.
In the HSL color space, this color has a hue angle of 54°,a saturation of 62%, and a lightness of 64%.The HSV representation shows a hue of 54°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DCD16B is composed of 86% red, 82% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 51% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 62.52, x: 0.4191, and y: 0.4528.
Color Code #DCD16B
Shades of Color #DCD16B
Shades are created by darkening the original color #DCD16B 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 #DCD16B
Tints are created by lightening the original color #DCD16B 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 #DCD16B Color Code
In the HSL color space, this color has a hue angle of 54°, a saturation of 62%, and a lightness of 64%. The HSV representation shows a hue of 54°, a saturation of 51%, and a value of 86%.
- HEX: #DCD16B
- RGB: rgb(220, 209, 107)
- HSL: hsl(54, 62%, 64%)
- HSV: hsv(54, 51%, 86%)
- CMYK: 0.00% cyan, 5.00% magenta, 51.00% yellow, 14.00% black
- XYZ: 57.86, 62.52, 17.69
- Yxy: 62.52, 0.4191, 0.4528
- Hunter Lab: 83.19, -5.80, 51.32
- CIE-Lab: 83.19, -5.80, 51.32
In the XYZ color space, this color is represented as X: 57.86, Y: 62.52, Z: 17.69. The Yxy representation further refines this as Y: 62.52, x: 0.4191, and y: 0.4528.
In the Hunter Lab color space, this color is represented as L: 83.19, a: -5.80, and b: 51.32. Similarly, in the CIE-Lab color space, it is represented as L: 83.19, a: -5.80, and b: 51.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 #DCD16B
Triadic colors are three colors evenly spaced around the color wheel, including #DCD16B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DCD16B
Monochromatic colors are variations of #DCD16B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DCD16B
The complementary color of #DCD16B 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 #DCD16B
/* Using HEX */ body { background-color: #dcd16b; }
/* Using RGB */ body { background-color: rgb(220, 209, 107); }
/* Using RGB with opacity */ body { background-color: rgba(220, 209, 107, 0.5); }
/* Using HSL */ body { background-color: hsl(54, 62%, 64%); }
/* Text color */ p { color: #dcd16b; }
/* Box shadow */ div { box-shadow: 4px 4px #dcd16b; }
HTML Examples of #DCD16B
<!-- Using HEX --> <div style="background-color: #dcd16b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 209, 107); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 209, 107, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(54, 62%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dcd16b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dcd16b; width: 100px; height: 100px;"></div>
Related Colors of #DCD16B
These colors are similar to #DCD16B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.