Color: #DFDBAA

#DFDBAA Color Information

#DFDBAA is a light color. The closest websafe version is #DFDBAA. A complement of this color would be #AAAEDF, perceived brightness is 0.84, and the grayscale version is #C5C5C5.

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

In a RGB color space, #DFDBAA is composed of 87% red, 86% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 24% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 69.64, x: 0.3803, and y: 0.4062.

Color Code #DFDBAA

HEX
#DFDBAA
RGB
rgb(223, 219, 170)
HSL
hsl(55, 45%, 77%)
HSV
hsv(55, 24%, 87%)
CMYK
0%, 2%, 24%, 13%
XYZ
X: 65.21, Y: 69.64, Z: 36.61
Lab
L: 86.82, a: -4.31, b: 24.73
Name

Shades of Color #DFDBAA

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

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

In the HSL color space, this color has a hue angle of 55°, a saturation of 45%, and a lightness of 77%. The HSV representation shows a hue of 55°, a saturation of 24%, and a value of 87%.

  • HEX: #DFDBAA
  • RGB: rgb(223, 219, 170)
  • HSL: hsl(55, 45%, 77%)
  • HSV: hsv(55, 24%, 87%)
  • CMYK: 0.00% cyan, 2.00% magenta, 24.00% yellow, 13.00% black
  • XYZ: 65.21, 69.64, 36.61
  • Yxy: 69.64, 0.3803, 0.4062
  • Hunter Lab: 86.82, -4.31, 24.73
  • CIE-Lab: 86.82, -4.31, 24.73

In the XYZ color space, this color is represented as X: 65.21, Y: 69.64, Z: 36.61. The Yxy representation further refines this as Y: 69.64, x: 0.3803, and y: 0.4062.

In the Hunter Lab color space, this color is represented as L: 86.82, a: -4.31, and b: 24.73. Similarly, in the CIE-Lab color space, it is represented as L: 86.82, a: -4.31, and b: 24.73.

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

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

Analogous Colors of #DFDBAA

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

Monochromatic Colors of #DFDBAA

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

Complementary Color of #DFDBAA

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

/* Using HEX */
body {
  background-color: #dfdbaa;
}
/* Using RGB */
body {
  background-color: rgb(223, 219, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 219, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(55, 45%, 77%);
}
/* Text color */
p {
  color: #dfdbaa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfdbaa;
}

HTML Examples of #DFDBAA

<!-- Using HEX -->
<div style="background-color: #dfdbaa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(223, 219, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(223, 219, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(55, 45%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dfdbaa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dfdbaa; width: 100px; height: 100px;"></div>

Related Colors of #DFDBAA

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