Color: #DAD37C
#DAD37C Color Information
#DAD37C is a light color. The closest websafe version is #DAD37C. A complement of this color would be #7C82DA, perceived brightness is 0.80, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 56°,a saturation of 56%, and a lightness of 67%.The HSV representation shows a hue of 56°, a saturation of 43%, and a value of 85%.
In a RGB color space, #DAD37C is composed of 85% red, 83% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 43% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 63.52, x: 0.4072, and y: 0.4418.
Color Code #DAD37C
Shades of Color #DAD37C
Shades are created by darkening the original color #DAD37C 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 #DAD37C
Tints are created by lightening the original color #DAD37C 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 #DAD37C Color Code
In the HSL color space, this color has a hue angle of 56°, a saturation of 56%, and a lightness of 67%. The HSV representation shows a hue of 56°, a saturation of 43%, and a value of 85%.
- HEX: #DAD37C
- RGB: rgb(218, 211, 124)
- HSL: hsl(56, 56%, 67%)
- HSV: hsv(56, 43%, 85%)
- CMYK: 0.00% cyan, 3.00% magenta, 43.00% yellow, 15.00% black
- XYZ: 58.54, 63.52, 21.70
- Yxy: 63.52, 0.4072, 0.4418
- Hunter Lab: 83.71, -6.43, 43.80
- CIE-Lab: 83.71, -6.43, 43.80
In the XYZ color space, this color is represented as X: 58.54, Y: 63.52, Z: 21.70. The Yxy representation further refines this as Y: 63.52, x: 0.4072, and y: 0.4418.
In the Hunter Lab color space, this color is represented as L: 83.71, a: -6.43, and b: 43.80. Similarly, in the CIE-Lab color space, it is represented as L: 83.71, a: -6.43, and b: 43.80.
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 #DAD37C
Triadic colors are three colors evenly spaced around the color wheel, including #DAD37C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DAD37C
Monochromatic colors are variations of #DAD37C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DAD37C
The complementary color of #DAD37C 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 #DAD37C
/* Using HEX */ body { background-color: #dad37c; }
/* Using RGB */ body { background-color: rgb(218, 211, 124); }
/* Using RGB with opacity */ body { background-color: rgba(218, 211, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(56, 56%, 67%); }
/* Text color */ p { color: #dad37c; }
/* Box shadow */ div { box-shadow: 4px 4px #dad37c; }
/* Border color */ .box { border: 4px solid #dad37c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dad37c; }
/* Background with text */ div { background: #dad37c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DAD37C
<!-- Using HEX --> <div style="background-color: #dad37c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 211, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 211, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(56, 56%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dad37c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dad37c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dad37c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dad37c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dad37c; color: #fff; padding: 16px; border-radius: 8px;"> #DAD37C </div>
Related Colors of #DAD37C
These colors are similar to #DAD37C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.