Color: #DBD74F
#DBD74F Color Information
#DBD74F is a light color. The closest websafe version is #DBD74F. A complement of this color would be #4D52DB, perceived brightness is 0.79, and the grayscale version is #959595.
In the HSL color space, this color has a hue angle of 58°,a saturation of 66%, and a lightness of 58%.The HSV representation shows a hue of 58°, a saturation of 64%, and a value of 86%.
In a RGB color space, #DBD74F is composed of 86% red, 84% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 64% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 64.95, x: 0.4269, and y: 0.4765.
Color Code #DBD74F
Shades of Color #DBD74F
Shades are created by darkening the original color #DBD74F 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 #DBD74F
Tints are created by lightening the original color #DBD74F 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 #DBD74F Color Code
In the HSL color space, this color has a hue angle of 58°, a saturation of 66%, and a lightness of 58%. The HSV representation shows a hue of 58°, a saturation of 64%, and a value of 86%.
- HEX: #DBD74F
- RGB: rgb(219, 215, 79)
- HSL: hsl(58, 66%, 58%)
- HSV: hsv(58, 64%, 86%)
- CMYK: 0.00% cyan, 2.00% magenta, 64.00% yellow, 14.00% black
- XYZ: 58.18, 64.95, 13.17
- Yxy: 64.95, 0.4269, 0.4765
- Hunter Lab: 84.46, -10.51, 64.72
- CIE-Lab: 84.46, -10.51, 64.72
In the XYZ color space, this color is represented as X: 58.18, Y: 64.95, Z: 13.17. The Yxy representation further refines this as Y: 64.95, x: 0.4269, and y: 0.4765.
In the Hunter Lab color space, this color is represented as L: 84.46, a: -10.51, and b: 64.72. Similarly, in the CIE-Lab color space, it is represented as L: 84.46, a: -10.51, and b: 64.72.
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 #DBD74F
Triadic colors are three colors evenly spaced around the color wheel, including #DBD74F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DBD74F
Split complementary colors are two colors adjacent to the complementary color of #DBD74F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DBD74F
Monochromatic colors are variations of #DBD74F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBD74F
The complementary color of #DBD74F 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 #DBD74F
/* Using HEX */ body { background-color: #dbd74f; }
/* Using RGB */ body { background-color: rgb(219, 215, 79); }
/* Using RGB with opacity */ body { background-color: rgba(219, 215, 79, 0.5); }
/* Using HSL */ body { background-color: hsl(58, 66%, 58%); }
/* Text color */ p { color: #dbd74f; }
/* Box shadow */ div { box-shadow: 4px 4px #dbd74f; }
/* Border color */ .box { border: 4px solid #dbd74f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbd74f; }
/* Background with text */ div { background: #dbd74f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBD74F
<!-- Using HEX --> <div style="background-color: #dbd74f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 215, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 215, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(58, 66%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbd74f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbd74f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbd74f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbd74f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbd74f; color: #fff; padding: 16px; border-radius: 8px;"> #DBD74F </div>
Related Colors of #DBD74F
These colors are similar to #DBD74F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.