Color: #DD9F5E

#DD9F5E Color Information

#DD9F5E is a light color. The closest websafe version is #DD9F5E. A complement of this color would be #5F9CDD, perceived brightness is 0.67, and the grayscale version is #9D9D9D.

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

In a RGB color space, #DD9F5E is composed of 87% red, 62% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 57% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 41.62, x: 0.4626, and y: 0.4143.

Color Code #DD9F5E

HEX
#DD9F5E
RGB
rgb(221, 159, 94)
HSL
hsl(31, 65%, 62%)
HSV
hsv(31, 57%, 87%)
CMYK
0%, 28%, 57%, 13%
XYZ
X: 46.48, Y: 41.62, Z: 12.37
Lab
L: 70.61, a: 18.73, b: 43.09
Name

Shades of Color #DD9F5E

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

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

In the HSL color space, this color has a hue angle of 31°, a saturation of 65%, and a lightness of 62%. The HSV representation shows a hue of 31°, a saturation of 57%, and a value of 87%.

  • HEX: #DD9F5E
  • RGB: rgb(221, 159, 94)
  • HSL: hsl(31, 65%, 62%)
  • HSV: hsv(31, 57%, 87%)
  • CMYK: 0.00% cyan, 28.00% magenta, 57.00% yellow, 13.00% black
  • XYZ: 46.48, 41.62, 12.37
  • Yxy: 41.62, 0.4626, 0.4143
  • Hunter Lab: 70.61, 18.73, 43.09
  • CIE-Lab: 70.61, 18.73, 43.09

In the XYZ color space, this color is represented as X: 46.48, Y: 41.62, Z: 12.37. The Yxy representation further refines this as Y: 41.62, x: 0.4626, and y: 0.4143.

In the Hunter Lab color space, this color is represented as L: 70.61, a: 18.73, and b: 43.09. Similarly, in the CIE-Lab color space, it is represented as L: 70.61, a: 18.73, and b: 43.09.

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

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

Analogous Colors of #DD9F5E

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

Monochromatic Colors of #DD9F5E

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

Complementary Color of #DD9F5E

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

/* Using HEX */
body {
  background-color: #dd9f5e;
}
/* Using RGB */
body {
  background-color: rgb(221, 159, 94);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 159, 94, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(31, 65%, 62%);
}
/* Text color */
p {
  color: #dd9f5e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dd9f5e;
}

HTML Examples of #DD9F5E

<!-- Using HEX -->
<div style="background-color: #dd9f5e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 159, 94); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 159, 94, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(31, 65%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dd9f5e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dd9f5e; width: 100px; height: 100px;"></div>

Related Colors of #DD9F5E

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