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