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