Color: #DAD3AD

#DAD3AD Color Information

#DAD3AD is a light color. The closest websafe version is #DAD3AD. A complement of this color would be #AEB5DB, perceived brightness is 0.82, and the grayscale version is #C3C3C3.

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

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

In the Yxy color space, this color is represented as Y: 64.83, x: 0.3767, and y: 0.3962.

Color Code #DAD3AD

#DAD3ADrgb(218, 211, 173)
HEX
#DAD3AD
RGB
rgb(218, 211, 173)
HSL
hsl(51, 38%, 77%)
HSV
hsv(51, 21%, 85%)
CMYK
0%, 3%, 21%, 15%
XYZ
X: 61.64, Y: 64.83, Z: 37.15
Lab
L: 84.40, a: -2.03, b: 19.82
Name

Shades of Color #DAD3AD

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

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

#DAD3ADrgb(218, 211, 173)

About #DAD3AD Color Code

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

  • HEX: #DAD3AD
  • RGB: rgb(218, 211, 173)
  • HSL: hsl(51, 38%, 77%)
  • HSV: hsv(51, 21%, 85%)
  • CMYK: 0.00% cyan, 3.00% magenta, 21.00% yellow, 15.00% black
  • XYZ: 61.64, 64.83, 37.15
  • Yxy: 64.83, 0.3767, 0.3962
  • Hunter Lab: 84.40, -2.03, 19.82
  • CIE-Lab: 84.40, -2.03, 19.82

In the XYZ color space, this color is represented as X: 61.64, Y: 64.83, Z: 37.15. The Yxy representation further refines this as Y: 64.83, x: 0.3767, and y: 0.3962.

In the Hunter Lab color space, this color is represented as L: 84.40, a: -2.03, and b: 19.82. Similarly, in the CIE-Lab color space, it is represented as L: 84.40, a: -2.03, and b: 19.82.

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

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

Analogous Colors of #DAD3AD

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

Monochromatic Colors of #DAD3AD

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

Complementary Color of #DAD3AD

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

/* Using HEX */
body {
  background-color: #dad3ad;
}
/* Using RGB */
body {
  background-color: rgb(218, 211, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 211, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(51, 38%, 77%);
}
/* Text color */
p {
  color: #dad3ad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dad3ad;
}
/* Border color */
.box {
  border: 4px solid #dad3ad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dad3ad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dad3ad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DAD3AD
On Black Background
#DAD3AD
On White Background
#DAD3AD

HTML Examples of #DAD3AD

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

Related Colors of #DAD3AD

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