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