Color: #DAC98C
#DAC98C Color Information
#DAC98C is a light color. The closest websafe version is #DAC98C. A complement of this color would be #8B9CDA, perceived brightness is 0.78, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 47°,a saturation of 51%, and a lightness of 70%.The HSV representation shows a hue of 47°, a saturation of 36%, and a value of 85%.
In a RGB color space, #DAC98C is composed of 85% red, 79% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 36% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 59.06, x: 0.4022, and y: 0.4181.
Color Code #DAC98C
Shades of Color #DAC98C
Shades are created by darkening the original color #DAC98C 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 #DAC98C
Tints are created by lightening the original color #DAC98C 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 #DAC98C Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 51%, and a lightness of 70%. The HSV representation shows a hue of 47°, a saturation of 36%, and a value of 85%.
- HEX: #DAC98C
- RGB: rgb(218, 201, 140)
- HSL: hsl(47, 51%, 70%)
- HSV: hsv(47, 36%, 85%)
- CMYK: 0.00% cyan, 8.00% magenta, 36.00% yellow, 15.00% black
- XYZ: 56.82, 59.06, 25.38
- Yxy: 59.06, 0.4022, 0.4181
- Hunter Lab: 81.33, -0.32, 32.80
- CIE-Lab: 81.33, -0.32, 32.80
In the XYZ color space, this color is represented as X: 56.82, Y: 59.06, Z: 25.38. The Yxy representation further refines this as Y: 59.06, x: 0.4022, and y: 0.4181.
In the Hunter Lab color space, this color is represented as L: 81.33, a: -0.32, and b: 32.80. Similarly, in the CIE-Lab color space, it is represented as L: 81.33, a: -0.32, and b: 32.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 #DAC98C
Triadic colors are three colors evenly spaced around the color wheel, including #DAC98C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DAC98C
Split complementary colors are two colors adjacent to the complementary color of #DAC98C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DAC98C
Monochromatic colors are variations of #DAC98C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DAC98C
The complementary color of #DAC98C 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 #DAC98C
/* Using HEX */ body { background-color: #dac98c; }
/* Using RGB */ body { background-color: rgb(218, 201, 140); }
/* Using RGB with opacity */ body { background-color: rgba(218, 201, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 51%, 70%); }
/* Text color */ p { color: #dac98c; }
/* Box shadow */ div { box-shadow: 4px 4px #dac98c; }
/* Border color */ .box { border: 4px solid #dac98c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dac98c; }
/* Background with text */ div { background: #dac98c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DAC98C
<!-- Using HEX --> <div style="background-color: #dac98c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 201, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 201, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 51%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dac98c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dac98c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dac98c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dac98c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dac98c; color: #fff; padding: 16px; border-radius: 8px;"> #DAC98C </div>
Related Colors of #DAC98C
These colors are similar to #DAC98C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.