Color: #DDCD89

#DDCD89 Color Information

#DDCD89 is a light color. The closest websafe version is #DDCD89. A complement of this color would be #8898DD, perceived brightness is 0.79, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 49°,a saturation of 55%, and a lightness of 70%.The HSV representation shows a hue of 49°, a saturation of 38%, and a value of 87%.

In a RGB color space, #DDCD89 is composed of 87% red, 80% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 38% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 61.37, x: 0.4049, and y: 0.4239.

Color Code #DDCD89

#DDCD89rgb(221, 205, 137)
HEX
#DDCD89
RGB
rgb(221, 205, 137)
HSL
hsl(49, 55%, 70%)
HSV
hsv(49, 38%, 87%)
CMYK
0%, 7%, 38%, 13%
XYZ
X: 58.62, Y: 61.37, Z: 24.80
Lab
L: 82.58, a: -1.34, b: 35.99
Name

Shades of Color #DDCD89

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

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

#DDCD89rgb(221, 205, 137)

About #DDCD89 Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 55%, and a lightness of 70%. The HSV representation shows a hue of 49°, a saturation of 38%, and a value of 87%.

  • HEX: #DDCD89
  • RGB: rgb(221, 205, 137)
  • HSL: hsl(49, 55%, 70%)
  • HSV: hsv(49, 38%, 87%)
  • CMYK: 0.00% cyan, 7.00% magenta, 38.00% yellow, 13.00% black
  • XYZ: 58.62, 61.37, 24.80
  • Yxy: 61.37, 0.4049, 0.4239
  • Hunter Lab: 82.58, -1.34, 35.99
  • CIE-Lab: 82.58, -1.34, 35.99

In the XYZ color space, this color is represented as X: 58.62, Y: 61.37, Z: 24.80. The Yxy representation further refines this as Y: 61.37, x: 0.4049, and y: 0.4239.

In the Hunter Lab color space, this color is represented as L: 82.58, a: -1.34, and b: 35.99. Similarly, in the CIE-Lab color space, it is represented as L: 82.58, a: -1.34, and b: 35.99.

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

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

Analogous Colors of #DDCD89

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

Monochromatic Colors of #DDCD89

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

Complementary Color of #DDCD89

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

/* Using HEX */
body {
  background-color: #ddcd89;
}
/* Using RGB */
body {
  background-color: rgb(221, 205, 137);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 205, 137, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(49, 55%, 70%);
}
/* Text color */
p {
  color: #ddcd89;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddcd89;
}
/* Border color */
.box {
  border: 4px solid #ddcd89;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ddcd89;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ddcd89;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDCD89
On Black Background
#DDCD89
On White Background
#DDCD89

HTML Examples of #DDCD89

<!-- Using HEX -->
<div style="background-color: #ddcd89; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 205, 137); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 205, 137, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(49, 55%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ddcd89;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ddcd89; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ddcd89; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ddcd89;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ddcd89; color: #fff; padding: 16px; border-radius: 8px;">
  #DDCD89
</div>
#DDCD89
On Black Background
#DDCD89
On White Background
#DDCD89

Related Colors of #DDCD89

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