Color: #DC9035
#DC9035 Color Information
#DC9035 is a light color. The closest websafe version is #DC9035. A complement of this color would be #3881DC, perceived brightness is 0.61, and the grayscale version is #898989.
In the HSL color space, this color has a hue angle of 33°,a saturation of 70%, and a lightness of 54%.The HSV representation shows a hue of 33°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DC9035 is composed of 86% red, 56% green and 21% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 76% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 36.13, x: 0.5005, and y: 0.4259.
Color Code #DC9035
Shades of Color #DC9035
Shades are created by darkening the original color #DC9035 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 #DC9035
Tints are created by lightening the original color #DC9035 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 #DC9035 Color Code
In the HSL color space, this color has a hue angle of 33°, a saturation of 70%, and a lightness of 54%. The HSV representation shows a hue of 33°, a saturation of 76%, and a value of 86%.
- HEX: #DC9035
- RGB: rgb(220, 144, 53)
- HSL: hsl(33, 70%, 54%)
- HSV: hsv(33, 76%, 86%)
- CMYK: 0.00% cyan, 35.00% magenta, 76.00% yellow, 14.00% black
- XYZ: 42.46, 36.13, 6.25
- Yxy: 36.13, 0.5005, 0.4259
- Hunter Lab: 66.62, 24.26, 57.84
- CIE-Lab: 66.62, 24.26, 57.84
In the XYZ color space, this color is represented as X: 42.46, Y: 36.13, Z: 6.25. The Yxy representation further refines this as Y: 36.13, x: 0.5005, and y: 0.4259.
In the Hunter Lab color space, this color is represented as L: 66.62, a: 24.26, and b: 57.84. Similarly, in the CIE-Lab color space, it is represented as L: 66.62, a: 24.26, and b: 57.84.
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 #DC9035
Triadic colors are three colors evenly spaced around the color wheel, including #DC9035. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DC9035
Monochromatic colors are variations of #DC9035, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DC9035
The complementary color of #DC9035 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 #DC9035
/* Using HEX */ body { background-color: #dc9035; }
/* Using RGB */ body { background-color: rgb(220, 144, 53); }
/* Using RGB with opacity */ body { background-color: rgba(220, 144, 53, 0.5); }
/* Using HSL */ body { background-color: hsl(33, 70%, 54%); }
/* Text color */ p { color: #dc9035; }
/* Box shadow */ div { box-shadow: 4px 4px #dc9035; }
HTML Examples of #DC9035
<!-- Using HEX --> <div style="background-color: #dc9035; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 144, 53); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 144, 53, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(33, 70%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dc9035;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dc9035; width: 100px; height: 100px;"></div>
Related Colors of #DC9035
These colors are similar to #DC9035, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.