Color: #DC924C
#DC924C Color Information
#DC924C is a light color. The closest websafe version is #DC924C. A complement of this color would be #4C96DC, perceived brightness is 0.63, and the grayscale version is #949494.
In the HSL color space, this color has a hue angle of 29°,a saturation of 67%, and a lightness of 58%.The HSV representation shows a hue of 29°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DC924C is composed of 86% red, 57% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 65% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 36.97, x: 0.4854, and y: 0.4143.
Color Code #DC924C
Shades of Color #DC924C
Shades are created by darkening the original color #DC924C 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 #DC924C
Tints are created by lightening the original color #DC924C 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 #DC924C Color Code
In the HSL color space, this color has a hue angle of 29°, a saturation of 67%, and a lightness of 58%. The HSV representation shows a hue of 29°, a saturation of 65%, and a value of 86%.
- HEX: #DC924C
- RGB: rgb(220, 146, 76)
- HSL: hsl(29, 67%, 58%)
- HSV: hsv(29, 65%, 86%)
- CMYK: 0.00% cyan, 34.00% magenta, 65.00% yellow, 14.00% black
- XYZ: 43.31, 36.97, 8.95
- Yxy: 36.97, 0.4854, 0.4143
- Hunter Lab: 67.25, 24.07, 48.16
- CIE-Lab: 67.25, 24.07, 48.16
In the XYZ color space, this color is represented as X: 43.31, Y: 36.97, Z: 8.95. The Yxy representation further refines this as Y: 36.97, x: 0.4854, and y: 0.4143.
In the Hunter Lab color space, this color is represented as L: 67.25, a: 24.07, and b: 48.16. Similarly, in the CIE-Lab color space, it is represented as L: 67.25, a: 24.07, and b: 48.16.
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 #DC924C
Triadic colors are three colors evenly spaced around the color wheel, including #DC924C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DC924C
Monochromatic colors are variations of #DC924C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DC924C
The complementary color of #DC924C 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 #DC924C
/* Using HEX */ body { background-color: #dc924c; }
/* Using RGB */ body { background-color: rgb(220, 146, 76); }
/* Using RGB with opacity */ body { background-color: rgba(220, 146, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(29, 67%, 58%); }
/* Text color */ p { color: #dc924c; }
/* Box shadow */ div { box-shadow: 4px 4px #dc924c; }
HTML Examples of #DC924C
<!-- Using HEX --> <div style="background-color: #dc924c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 146, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 146, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(29, 67%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dc924c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dc924c; width: 100px; height: 100px;"></div>
Related Colors of #DC924C
These colors are similar to #DC924C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.