Color: #DC933E

#DC933E Color Information

#DC933E is a light color. The closest websafe version is #DC933E. A complement of this color would be #3D87DB, perceived brightness is 0.62, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 32°,a saturation of 69%, and a lightness of 55%.The HSV representation shows a hue of 32°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DC933E is composed of 86% red, 58% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 72% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 37.13, x: 0.4927, and y: 0.4242.

Color Code #DC933E

HEX
#DC933E
RGB
rgb(220, 147, 62)
HSL
hsl(32, 69%, 55%)
HSV
hsv(32, 72%, 86%)
CMYK
0%, 33%, 72%, 14%
XYZ
X: 43.13, Y: 37.13, Z: 7.27
Lab
L: 67.38, a: 23.02, b: 54.76
Name

Shades of Color #DC933E

Shades are created by darkening the original color #DC933E 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 #DC933E

Tints are created by lightening the original color #DC933E 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 #DC933E Color Code

In the HSL color space, this color has a hue angle of 32°, a saturation of 69%, and a lightness of 55%. The HSV representation shows a hue of 32°, a saturation of 72%, and a value of 86%.

  • HEX: #DC933E
  • RGB: rgb(220, 147, 62)
  • HSL: hsl(32, 69%, 55%)
  • HSV: hsv(32, 72%, 86%)
  • CMYK: 0.00% cyan, 33.00% magenta, 72.00% yellow, 14.00% black
  • XYZ: 43.13, 37.13, 7.27
  • Yxy: 37.13, 0.4927, 0.4242
  • Hunter Lab: 67.38, 23.02, 54.76
  • CIE-Lab: 67.38, 23.02, 54.76

In the XYZ color space, this color is represented as X: 43.13, Y: 37.13, Z: 7.27. The Yxy representation further refines this as Y: 37.13, x: 0.4927, and y: 0.4242.

In the Hunter Lab color space, this color is represented as L: 67.38, a: 23.02, and b: 54.76. Similarly, in the CIE-Lab color space, it is represented as L: 67.38, a: 23.02, and b: 54.76.

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 #DC933E

Triadic colors are three colors evenly spaced around the color wheel, including #DC933E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #DC933E

Analogous colors are adjacent to #DC933E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #DC933E

Monochromatic colors are variations of #DC933E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #DC933E

The complementary color of #DC933E 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 #DC933E

/* Using HEX */
body {
  background-color: #dc933e;
}
/* Using RGB */
body {
  background-color: rgb(220, 147, 62);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 147, 62, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 69%, 55%);
}
/* Text color */
p {
  color: #dc933e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc933e;
}

HTML Examples of #DC933E

<!-- Using HEX -->
<div style="background-color: #dc933e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(220, 147, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(220, 147, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(32, 69%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dc933e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dc933e; width: 100px; height: 100px;"></div>

Related Colors of #DC933E

These colors are similar to #DC933E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.