Color: #DAD986

#DAD986 Color Information

#DAD986 is a light color. The closest websafe version is #DAD986. A complement of this color would be #8687DA, perceived brightness is 0.82, and the grayscale version is #B0B0B0.

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

In a RGB color space, #DAD986 is composed of 85% red, 85% green and 53% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 39% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 66.79, x: 0.3987, and y: 0.4387.

Color Code #DAD986

#DAD986rgb(218, 217, 134)
HEX
#DAD986
RGB
rgb(218, 217, 134)
HSL
hsl(59, 53%, 69%)
HSV
hsv(59, 39%, 85%)
CMYK
0%, 0%, 39%, 15%
XYZ
X: 60.70, Y: 66.79, Z: 24.74
Lab
L: 85.40, a: -8.52, b: 40.96
Name

Shades of Color #DAD986

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

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

#DAD986rgb(218, 217, 134)

About #DAD986 Color Code

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

  • HEX: #DAD986
  • RGB: rgb(218, 217, 134)
  • HSL: hsl(59, 53%, 69%)
  • HSV: hsv(59, 39%, 85%)
  • CMYK: 0.00% cyan, 0.00% magenta, 39.00% yellow, 15.00% black
  • XYZ: 60.70, 66.79, 24.74
  • Yxy: 66.79, 0.3987, 0.4387
  • Hunter Lab: 85.40, -8.52, 40.96
  • CIE-Lab: 85.40, -8.52, 40.96

In the XYZ color space, this color is represented as X: 60.70, Y: 66.79, Z: 24.74. The Yxy representation further refines this as Y: 66.79, x: 0.3987, and y: 0.4387.

In the Hunter Lab color space, this color is represented as L: 85.40, a: -8.52, and b: 40.96. Similarly, in the CIE-Lab color space, it is represented as L: 85.40, a: -8.52, and b: 40.96.

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

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

Analogous Colors of #DAD986

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

Split Complementary Colors of #DAD986

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

Tetradic Colors of #DAD986

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

Monochromatic Colors of #DAD986

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

Complementary Color of #DAD986

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

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

HTML Examples of #DAD986

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

Related Colors of #DAD986

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