Color: #DCC61F
#DCC61F Color Information
#DCC61F is a light color. The closest websafe version is #DCC61F. A complement of this color would be #1F35DB, perceived brightness is 0.73, and the grayscale version is #7E7E7E.
In the HSL color space, this color has a hue angle of 53°,a saturation of 75%, and a lightness of 49%.The HSV representation shows a hue of 53°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DCC61F is composed of 86% red, 78% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 86% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 56.49, x: 0.4539, and y: 0.4824.
Color Code #DCC61F
Shades of Color #DCC61F
Shades are created by darkening the original color #DCC61F 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 #DCC61F
Tints are created by lightening the original color #DCC61F 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 #DCC61F Color Code
In the HSL color space, this color has a hue angle of 53°, a saturation of 75%, and a lightness of 49%. The HSV representation shows a hue of 53°, a saturation of 86%, and a value of 86%.
- HEX: #DCC61F
- RGB: rgb(220, 198, 31)
- HSL: hsl(53, 75%, 49%)
- HSV: hsv(53, 86%, 86%)
- CMYK: 0.00% cyan, 10.00% magenta, 86.00% yellow, 14.00% black
- XYZ: 53.15, 56.49, 7.46
- Yxy: 56.49, 0.4539, 0.4824
- Hunter Lab: 79.89, -3.36, 75.57
- CIE-Lab: 79.89, -3.36, 75.57
In the XYZ color space, this color is represented as X: 53.15, Y: 56.49, Z: 7.46. The Yxy representation further refines this as Y: 56.49, x: 0.4539, and y: 0.4824.
In the Hunter Lab color space, this color is represented as L: 79.89, a: -3.36, and b: 75.57. Similarly, in the CIE-Lab color space, it is represented as L: 79.89, a: -3.36, and b: 75.57.
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 #DCC61F
Triadic colors are three colors evenly spaced around the color wheel, including #DCC61F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DCC61F
Monochromatic colors are variations of #DCC61F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DCC61F
The complementary color of #DCC61F 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 #DCC61F
/* Using HEX */ body { background-color: #dcc61f; }
/* Using RGB */ body { background-color: rgb(220, 198, 31); }
/* Using RGB with opacity */ body { background-color: rgba(220, 198, 31, 0.5); }
/* Using HSL */ body { background-color: hsl(53, 75%, 49%); }
/* Text color */ p { color: #dcc61f; }
/* Box shadow */ div { box-shadow: 4px 4px #dcc61f; }
HTML Examples of #DCC61F
<!-- Using HEX --> <div style="background-color: #dcc61f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 198, 31); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 198, 31, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(53, 75%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dcc61f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dcc61f; width: 100px; height: 100px;"></div>
Related Colors of #DCC61F
These colors are similar to #DCC61F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.