Color: #DDD38E

#DDD38E Color Information

#DDD38E is a light color. The closest websafe version is #DDD38E. A complement of this color would be #8D98DD, perceived brightness is 0.81, and the grayscale version is #B6B6B6.

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

In a RGB color space, #DDD38E is composed of 87% red, 83% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 36% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 64.43, x: 0.3990, and y: 0.4251.

Color Code #DDD38E

HEX
#DDD38E
RGB
rgb(221, 211, 142)
HSL
hsl(52, 54%, 71%)
HSV
hsv(52, 36%, 87%)
CMYK
0%, 5%, 36%, 13%
XYZ
X: 60.48, Y: 64.43, Z: 26.65
Lab
L: 84.19, a: -3.83, b: 35.52
Name

Shades of Color #DDD38E

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

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

In the HSL color space, this color has a hue angle of 52°, a saturation of 54%, and a lightness of 71%. The HSV representation shows a hue of 52°, a saturation of 36%, and a value of 87%.

  • HEX: #DDD38E
  • RGB: rgb(221, 211, 142)
  • HSL: hsl(52, 54%, 71%)
  • HSV: hsv(52, 36%, 87%)
  • CMYK: 0.00% cyan, 5.00% magenta, 36.00% yellow, 13.00% black
  • XYZ: 60.48, 64.43, 26.65
  • Yxy: 64.43, 0.3990, 0.4251
  • Hunter Lab: 84.19, -3.83, 35.52
  • CIE-Lab: 84.19, -3.83, 35.52

In the XYZ color space, this color is represented as X: 60.48, Y: 64.43, Z: 26.65. The Yxy representation further refines this as Y: 64.43, x: 0.3990, and y: 0.4251.

In the Hunter Lab color space, this color is represented as L: 84.19, a: -3.83, and b: 35.52. Similarly, in the CIE-Lab color space, it is represented as L: 84.19, a: -3.83, and b: 35.52.

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

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

Analogous Colors of #DDD38E

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

Monochromatic Colors of #DDD38E

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

Complementary Color of #DDD38E

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

/* Using HEX */
body {
  background-color: #ddd38e;
}
/* Using RGB */
body {
  background-color: rgb(221, 211, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 211, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(52, 54%, 71%);
}
/* Text color */
p {
  color: #ddd38e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddd38e;
}

HTML Examples of #DDD38E

<!-- Using HEX -->
<div style="background-color: #ddd38e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 211, 142); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 211, 142, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(52, 54%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ddd38e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ddd38e; width: 100px; height: 100px;"></div>

Related Colors of #DDD38E

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