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