Color: #DC936C

#DC936C Color Information

#DC936C is a light color. The closest websafe version is #DC936C. A complement of this color would be #6AB4DC, perceived brightness is 0.64, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 21°,a saturation of 62%, and a lightness of 64%.The HSV representation shows a hue of 21°, a saturation of 51%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 37.75, x: 0.4603, and y: 0.3897.

Color Code #DC936C

#DC936Crgb(220, 147, 108)
HEX
#DC936C
RGB
rgb(220, 147, 108)
HSL
hsl(21, 62%, 64%)
HSV
hsv(21, 51%, 86%)
CMYK
0%, 33%, 51%, 14%
XYZ
X: 44.59, Y: 37.75, Z: 14.54
Lab
L: 67.84, a: 25.29, b: 32.42
Name

Shades of Color #DC936C

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

Tints are created by lightening the original color #DC936C 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.

#DC936Crgb(220, 147, 108)

About #DC936C Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 62%, and a lightness of 64%. The HSV representation shows a hue of 21°, a saturation of 51%, and a value of 86%.

  • HEX: #DC936C
  • RGB: rgb(220, 147, 108)
  • HSL: hsl(21, 62%, 64%)
  • HSV: hsv(21, 51%, 86%)
  • CMYK: 0.00% cyan, 33.00% magenta, 51.00% yellow, 14.00% black
  • XYZ: 44.59, 37.75, 14.54
  • Yxy: 37.75, 0.4603, 0.3897
  • Hunter Lab: 67.84, 25.29, 32.42
  • CIE-Lab: 67.84, 25.29, 32.42

In the XYZ color space, this color is represented as X: 44.59, Y: 37.75, Z: 14.54. The Yxy representation further refines this as Y: 37.75, x: 0.4603, and y: 0.3897.

In the Hunter Lab color space, this color is represented as L: 67.84, a: 25.29, and b: 32.42. Similarly, in the CIE-Lab color space, it is represented as L: 67.84, a: 25.29, and b: 32.42.

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

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

Analogous Colors of #DC936C

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

Split Complementary Colors of #DC936C

Split complementary colors are two colors adjacent to the complementary color of #DC936C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #DC936C

Tetradic colors form a rectangle on the color wheel, including #DC936C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #DC936C

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

Complementary Color of #DC936C

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

/* Using HEX */
body {
  background-color: #dc936c;
}
/* Using RGB */
body {
  background-color: rgb(220, 147, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 147, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 62%, 64%);
}
/* Text color */
p {
  color: #dc936c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc936c;
}
/* Border color */
.box {
  border: 4px solid #dc936c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dc936c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dc936c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DC936C
On Black Background
#DC936C
On White Background
#DC936C

HTML Examples of #DC936C

<!-- Using HEX -->
<div style="background-color: #dc936c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(220, 147, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(220, 147, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(21, 62%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dc936c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dc936c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #dc936c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #dc936c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #dc936c; color: #fff; padding: 16px; border-radius: 8px;">
  #DC936C
</div>
#DC936C
On Black Background
#DC936C
On White Background
#DC936C

Related Colors of #DC936C

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