Color: #DAD7AD

#DAD7AD Color Information

#DAD7AD is a light color. The closest websafe version is #DAD7AD. A complement of this color would be #AEB1DB, perceived brightness is 0.83, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 56°,a saturation of 38%, and a lightness of 77%.The HSV representation shows a hue of 56°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DAD7AD is composed of 85% red, 84% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 21% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 66.85, x: 0.3756, and y: 0.4003.

Color Code #DAD7AD

HEX
#DAD7AD
RGB
rgb(218, 215, 173)
HSL
hsl(56, 38%, 77%)
HSV
hsv(56, 21%, 85%)
CMYK
0%, 1%, 21%, 15%
XYZ
X: 62.72, Y: 66.85, Z: 37.42
Lab
L: 85.43, a: -3.96, b: 21.22
Name

Shades of Color #DAD7AD

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

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

About #DAD7AD Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 38%, and a lightness of 77%. The HSV representation shows a hue of 56°, a saturation of 21%, and a value of 85%.

  • HEX: #DAD7AD
  • RGB: rgb(218, 215, 173)
  • HSL: hsl(56, 38%, 77%)
  • HSV: hsv(56, 21%, 85%)
  • CMYK: 0.00% cyan, 100.00% magenta, 21.00% yellow, 15.00% black
  • XYZ: 62.72, 66.85, 37.42
  • Yxy: 66.85, 0.3756, 0.4003
  • Hunter Lab: 85.43, -3.96, 21.22
  • CIE-Lab: 85.43, -3.96, 21.22

In the XYZ color space, this color is represented as X: 62.72, Y: 66.85, Z: 37.42. The Yxy representation further refines this as Y: 66.85, x: 0.3756, and y: 0.4003.

In the Hunter Lab color space, this color is represented as L: 85.43, a: -3.96, and b: 21.22. Similarly, in the CIE-Lab color space, it is represented as L: 85.43, a: -3.96, and b: 21.22.

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

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

Analogous Colors of #DAD7AD

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

Monochromatic Colors of #DAD7AD

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

Complementary Color of #DAD7AD

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

/* Using HEX */
body {
  background-color: #dad7ad;
}
/* Using RGB */
body {
  background-color: rgb(218, 215, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 215, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 38%, 77%);
}
/* Text color */
p {
  color: #dad7ad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dad7ad;
}

HTML Examples of #DAD7AD

<!-- Using HEX -->
<div style="background-color: #dad7ad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 215, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 215, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(56, 38%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dad7ad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dad7ad; width: 100px; height: 100px;"></div>

Related Colors of #DAD7AD

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