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