Color: #DFCDAF

#DFCDAF Color Information

#DFCDAF is a light color. The closest websafe version is #DFCDAF. A complement of this color would be #AFC0DF, perceived brightness is 0.81, and the grayscale version is #C7C7C7.

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

In a RGB color space, #DFCDAF is composed of 87% red, 80% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 22% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 62.78, x: 0.3812, and y: 0.3871.

Color Code #DFCDAF

HEX
#DFCDAF
RGB
rgb(223, 205, 175)
HSL
hsl(38, 43%, 78%)
HSV
hsv(38, 22%, 87%)
CMYK
0%, 8%, 22%, 13%
XYZ
X: 61.82, Y: 62.78, Z: 37.57
Lab
L: 83.33, a: 3.01, b: 17.39
Name

Shades of Color #DFCDAF

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

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

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

  • HEX: #DFCDAF
  • RGB: rgb(223, 205, 175)
  • HSL: hsl(38, 43%, 78%)
  • HSV: hsv(38, 22%, 87%)
  • CMYK: 0.00% cyan, 8.00% magenta, 22.00% yellow, 13.00% black
  • XYZ: 61.82, 62.78, 37.57
  • Yxy: 62.78, 0.3812, 0.3871
  • Hunter Lab: 83.33, 3.01, 17.39
  • CIE-Lab: 83.33, 3.01, 17.39

In the XYZ color space, this color is represented as X: 61.82, Y: 62.78, Z: 37.57. The Yxy representation further refines this as Y: 62.78, x: 0.3812, and y: 0.3871.

In the Hunter Lab color space, this color is represented as L: 83.33, a: 3.01, and b: 17.39. Similarly, in the CIE-Lab color space, it is represented as L: 83.33, a: 3.01, and b: 17.39.

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

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

Analogous Colors of #DFCDAF

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

Monochromatic Colors of #DFCDAF

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

Complementary Color of #DFCDAF

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

/* Using HEX */
body {
  background-color: #dfcdaf;
}
/* Using RGB */
body {
  background-color: rgb(223, 205, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 205, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 43%, 78%);
}
/* Text color */
p {
  color: #dfcdaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfcdaf;
}

HTML Examples of #DFCDAF

<!-- Using HEX -->
<div style="background-color: #dfcdaf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(223, 205, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(223, 205, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(38, 43%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dfcdaf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dfcdaf; width: 100px; height: 100px;"></div>

Related Colors of #DFCDAF

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