Color: #DDCD85

#DDCD85 Color Information

#DDCD85 is a light color. The closest websafe version is #DDCD85. A complement of this color would be #8494DC, perceived brightness is 0.79, and the grayscale version is #B1B1B1.

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

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

In the Yxy color space, this color is represented as Y: 61.28, x: 0.4073, and y: 0.4275.

Color Code #DDCD85

#DDCD85rgb(221, 205, 133)
HEX
#DDCD85
RGB
rgb(221, 205, 133)
HSL
hsl(49, 56%, 69%)
HSV
hsv(49, 40%, 87%)
CMYK
0%, 7%, 40%, 13%
XYZ
X: 58.39, Y: 61.28, Z: 23.69
Lab
L: 82.53, a: -1.66, b: 37.94
Name

Shades of Color #DDCD85

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

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

#DDCD85rgb(221, 205, 133)

About #DDCD85 Color Code

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

  • HEX: #DDCD85
  • RGB: rgb(221, 205, 133)
  • HSL: hsl(49, 56%, 69%)
  • HSV: hsv(49, 40%, 87%)
  • CMYK: 0.00% cyan, 7.00% magenta, 40.00% yellow, 13.00% black
  • XYZ: 58.39, 61.28, 23.69
  • Yxy: 61.28, 0.4073, 0.4275
  • Hunter Lab: 82.53, -1.66, 37.94
  • CIE-Lab: 82.53, -1.66, 37.94

In the XYZ color space, this color is represented as X: 58.39, Y: 61.28, Z: 23.69. The Yxy representation further refines this as Y: 61.28, x: 0.4073, and y: 0.4275.

In the Hunter Lab color space, this color is represented as L: 82.53, a: -1.66, and b: 37.94. Similarly, in the CIE-Lab color space, it is represented as L: 82.53, a: -1.66, and b: 37.94.

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

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

Analogous Colors of #DDCD85

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

Split Complementary Colors of #DDCD85

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

Tetradic Colors of #DDCD85

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

Monochromatic Colors of #DDCD85

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

Complementary Color of #DDCD85

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

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

HTML Examples of #DDCD85

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

Related Colors of #DDCD85

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