Color: #DCD47C

#DCD47C Color Information

#DCD47C is a light color. The closest websafe version is #DCD47C. A complement of this color would be #7A82DC, perceived brightness is 0.80, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 55°,a saturation of 58%, and a lightness of 67%.The HSV representation shows a hue of 55°, a saturation of 44%, and a value of 86%.

In a RGB color space, #DCD47C is composed of 86% red, 83% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 44% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 64.34, x: 0.4084, and y: 0.4420.

Color Code #DCD47C

#DCD47Crgb(220, 212, 124)
HEX
#DCD47C
RGB
rgb(220, 212, 124)
HSL
hsl(55, 58%, 67%)
HSV
hsv(55, 44%, 86%)
CMYK
0%, 4%, 44%, 14%
XYZ
X: 59.45, Y: 64.34, Z: 21.78
Lab
L: 84.14, a: -6.11, b: 44.36
Name

Shades of Color #DCD47C

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

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

#DCD47Crgb(220, 212, 124)

About #DCD47C Color Code

In the HSL color space, this color has a hue angle of 55°, a saturation of 58%, and a lightness of 67%. The HSV representation shows a hue of 55°, a saturation of 44%, and a value of 86%.

  • HEX: #DCD47C
  • RGB: rgb(220, 212, 124)
  • HSL: hsl(55, 58%, 67%)
  • HSV: hsv(55, 44%, 86%)
  • CMYK: 0.00% cyan, 4.00% magenta, 44.00% yellow, 14.00% black
  • XYZ: 59.45, 64.34, 21.78
  • Yxy: 64.34, 0.4084, 0.4420
  • Hunter Lab: 84.14, -6.11, 44.36
  • CIE-Lab: 84.14, -6.11, 44.36

In the XYZ color space, this color is represented as X: 59.45, Y: 64.34, Z: 21.78. The Yxy representation further refines this as Y: 64.34, x: 0.4084, and y: 0.4420.

In the Hunter Lab color space, this color is represented as L: 84.14, a: -6.11, and b: 44.36. Similarly, in the CIE-Lab color space, it is represented as L: 84.14, a: -6.11, and b: 44.36.

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

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

Analogous Colors of #DCD47C

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

Split Complementary Colors of #DCD47C

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

Tetradic Colors of #DCD47C

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

Monochromatic Colors of #DCD47C

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

Complementary Color of #DCD47C

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

/* Using HEX */
body {
  background-color: #dcd47c;
}
/* Using RGB */
body {
  background-color: rgb(220, 212, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 212, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(55, 58%, 67%);
}
/* Text color */
p {
  color: #dcd47c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcd47c;
}
/* Border color */
.box {
  border: 4px solid #dcd47c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dcd47c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dcd47c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DCD47C
On Black Background
#DCD47C
On White Background
#DCD47C

HTML Examples of #DCD47C

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

Related Colors of #DCD47C

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