Color: #DFCD04
#DFCD04 Color Information
#DFCD04 is a light color. The closest websafe version is #DFCD04. A complement of this color would be #0517E1, perceived brightness is 0.74, and the grayscale version is #727272.
In the HSL color space, this color has a hue angle of 55°,a saturation of 96%, and a lightness of 45%.The HSV representation shows a hue of 55°, a saturation of 98%, and a value of 87%.
In a RGB color space, #DFCD04 is composed of 87% red, 80% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 98% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 60.19, x: 0.4531, and y: 0.4896.
Color Code #DFCD04
Shades of Color #DFCD04
Shades are created by darkening the original color #DFCD04 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 #DFCD04
Tints are created by lightening the original color #DFCD04 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 #DFCD04 Color Code
In the HSL color space, this color has a hue angle of 55°, a saturation of 96%, and a lightness of 45%. The HSV representation shows a hue of 55°, a saturation of 98%, and a value of 87%.
- HEX: #DFCD04
- RGB: rgb(223, 205, 4)
- HSL: hsl(55, 96%, 45%)
- HSV: hsv(55, 98%, 87%)
- CMYK: 0.00% cyan, 8.00% magenta, 98.00% yellow, 13.00% black
- XYZ: 55.70, 60.19, 7.04
- Yxy: 60.19, 0.4531, 0.4896
- Hunter Lab: 81.94, -5.74, 80.81
- CIE-Lab: 81.94, -5.74, 80.81
In the XYZ color space, this color is represented as X: 55.70, Y: 60.19, Z: 7.04. The Yxy representation further refines this as Y: 60.19, x: 0.4531, and y: 0.4896.
In the Hunter Lab color space, this color is represented as L: 81.94, a: -5.74, and b: 80.81. Similarly, in the CIE-Lab color space, it is represented as L: 81.94, a: -5.74, and b: 80.81.
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 #DFCD04
Triadic colors are three colors evenly spaced around the color wheel, including #DFCD04. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DFCD04
Split complementary colors are two colors adjacent to the complementary color of #DFCD04. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DFCD04
Monochromatic colors are variations of #DFCD04, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DFCD04
The complementary color of #DFCD04 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 #DFCD04
/* Using HEX */ body { background-color: #dfcd04; }
/* Using RGB */ body { background-color: rgb(223, 205, 4); }
/* Using RGB with opacity */ body { background-color: rgba(223, 205, 4, 0.5); }
/* Using HSL */ body { background-color: hsl(55, 96%, 45%); }
/* Text color */ p { color: #dfcd04; }
/* Box shadow */ div { box-shadow: 4px 4px #dfcd04; }
/* Border color */ .box { border: 4px solid #dfcd04; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dfcd04; }
/* Background with text */ div { background: #dfcd04; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DFCD04
<!-- Using HEX --> <div style="background-color: #dfcd04; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 205, 4); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 205, 4, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(55, 96%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dfcd04;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dfcd04; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dfcd04; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dfcd04;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dfcd04; color: #fff; padding: 16px; border-radius: 8px;"> #DFCD04 </div>
Related Colors of #DFCD04
These colors are similar to #DFCD04, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.