Color: #DCAD86

#DCAD86 Color Information

#DCAD86 is a light color. The closest websafe version is #DCAD86. A complement of this color would be #84B4DB, perceived brightness is 0.72, and the grayscale version is #B1B1B1.

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

In a RGB color space, #DCAD86 is composed of 86% red, 68% green and 53% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 39% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 47.33, x: 0.4222, and y: 0.3940.

Color Code #DCAD86

#DCAD86rgb(220, 173, 134)
HEX
#DCAD86
RGB
rgb(220, 173, 134)
HSL
hsl(27, 55%, 69%)
HSV
hsv(27, 39%, 86%)
CMYK
0%, 21%, 39%, 14%
XYZ
X: 50.71, Y: 47.33, Z: 22.08
Lab
L: 74.40, a: 13.95, b: 26.98
Name

Shades of Color #DCAD86

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

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

#DCAD86rgb(220, 173, 134)

About #DCAD86 Color Code

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

  • HEX: #DCAD86
  • RGB: rgb(220, 173, 134)
  • HSL: hsl(27, 55%, 69%)
  • HSV: hsv(27, 39%, 86%)
  • CMYK: 0.00% cyan, 21.00% magenta, 39.00% yellow, 14.00% black
  • XYZ: 50.71, 47.33, 22.08
  • Yxy: 47.33, 0.4222, 0.3940
  • Hunter Lab: 74.40, 13.95, 26.98
  • CIE-Lab: 74.40, 13.95, 26.98

In the XYZ color space, this color is represented as X: 50.71, Y: 47.33, Z: 22.08. The Yxy representation further refines this as Y: 47.33, x: 0.4222, and y: 0.3940.

In the Hunter Lab color space, this color is represented as L: 74.40, a: 13.95, and b: 26.98. Similarly, in the CIE-Lab color space, it is represented as L: 74.40, a: 13.95, and b: 26.98.

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

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

Analogous Colors of #DCAD86

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

Monochromatic Colors of #DCAD86

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

Complementary Color of #DCAD86

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

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

HTML Examples of #DCAD86

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

Related Colors of #DCAD86

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