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