Color: #DAC9AB

#DAC9AB Color Information

#DAC9AB is a light color. The closest websafe version is #DAC9AB. A complement of this color would be #AABBDA, perceived brightness is 0.79, and the grayscale version is #C3C3C3.

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

In a RGB color space, #DAC9AB is composed of 85% red, 79% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 22% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 59.94, x: 0.3810, and y: 0.3878.

Color Code #DAC9AB

HEX
#DAC9AB
RGB
rgb(218, 201, 171)
HSL
hsl(38, 39%, 76%)
HSV
hsv(38, 22%, 85%)
CMYK
0%, 8%, 22%, 15%
XYZ
X: 58.89, Y: 59.94, Z: 35.73
Lab
L: 81.81, a: 2.65, b: 17.32
Name

Shades of Color #DAC9AB

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

Tints are created by lightening the original color #DAC9AB 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 #DAC9AB Color Code

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

  • HEX: #DAC9AB
  • RGB: rgb(218, 201, 171)
  • HSL: hsl(38, 39%, 76%)
  • HSV: hsv(38, 22%, 85%)
  • CMYK: 0.00% cyan, 8.00% magenta, 22.00% yellow, 15.00% black
  • XYZ: 58.89, 59.94, 35.73
  • Yxy: 59.94, 0.3810, 0.3878
  • Hunter Lab: 81.81, 2.65, 17.32
  • CIE-Lab: 81.81, 2.65, 17.32

In the XYZ color space, this color is represented as X: 58.89, Y: 59.94, Z: 35.73. The Yxy representation further refines this as Y: 59.94, x: 0.3810, and y: 0.3878.

In the Hunter Lab color space, this color is represented as L: 81.81, a: 2.65, and b: 17.32. Similarly, in the CIE-Lab color space, it is represented as L: 81.81, a: 2.65, and b: 17.32.

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

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

Analogous Colors of #DAC9AB

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

Monochromatic Colors of #DAC9AB

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

Complementary Color of #DAC9AB

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

/* Using HEX */
body {
  background-color: #dac9ab;
}
/* Using RGB */
body {
  background-color: rgb(218, 201, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 201, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 39%, 76%);
}
/* Text color */
p {
  color: #dac9ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dac9ab;
}

HTML Examples of #DAC9AB

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

Related Colors of #DAC9AB

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