Color: #DFDBA1

#DFDBA1 Color Information

#DFDBA1 is a light color. The closest websafe version is #DFDBA1. A complement of this color would be #A0A4DE, perceived brightness is 0.84, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 56°,a saturation of 49%, and a lightness of 75%.The HSV representation shows a hue of 56°, a saturation of 28%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 69.36, x: 0.3859, and y: 0.4147.

Color Code #DFDBA1

#DFDBA1rgb(223, 219, 161)
HEX
#DFDBA1
RGB
rgb(223, 219, 161)
HSL
hsl(56, 49%, 75%)
HSV
hsv(56, 28%, 87%)
CMYK
0%, 2%, 28%, 13%
XYZ
X: 64.55, Y: 69.36, Z: 33.36
Lab
L: 86.68, a: -5.19, b: 29.16
Name

Shades of Color #DFDBA1

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

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

#DFDBA1rgb(223, 219, 161)

About #DFDBA1 Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 49%, and a lightness of 75%. The HSV representation shows a hue of 56°, a saturation of 28%, and a value of 87%.

  • HEX: #DFDBA1
  • RGB: rgb(223, 219, 161)
  • HSL: hsl(56, 49%, 75%)
  • HSV: hsv(56, 28%, 87%)
  • CMYK: 0.00% cyan, 2.00% magenta, 28.00% yellow, 13.00% black
  • XYZ: 64.55, 69.36, 33.36
  • Yxy: 69.36, 0.3859, 0.4147
  • Hunter Lab: 86.68, -5.19, 29.16
  • CIE-Lab: 86.68, -5.19, 29.16

In the XYZ color space, this color is represented as X: 64.55, Y: 69.36, Z: 33.36. The Yxy representation further refines this as Y: 69.36, x: 0.3859, and y: 0.4147.

In the Hunter Lab color space, this color is represented as L: 86.68, a: -5.19, and b: 29.16. Similarly, in the CIE-Lab color space, it is represented as L: 86.68, a: -5.19, and b: 29.16.

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

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

Analogous Colors of #DFDBA1

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

Monochromatic Colors of #DFDBA1

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

Complementary Color of #DFDBA1

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

/* Using HEX */
body {
  background-color: #dfdba1;
}
/* Using RGB */
body {
  background-color: rgb(223, 219, 161);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 219, 161, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 49%, 75%);
}
/* Text color */
p {
  color: #dfdba1;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfdba1;
}
/* Border color */
.box {
  border: 4px solid #dfdba1;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dfdba1;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dfdba1;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DFDBA1
On Black Background
#DFDBA1
On White Background
#DFDBA1

HTML Examples of #DFDBA1

<!-- Using HEX -->
<div style="background-color: #dfdba1; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(223, 219, 161); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(223, 219, 161, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(56, 49%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dfdba1;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dfdba1; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #dfdba1; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #dfdba1;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #dfdba1; color: #fff; padding: 16px; border-radius: 8px;">
  #DFDBA1
</div>
#DFDBA1
On Black Background
#DFDBA1
On White Background
#DFDBA1

Related Colors of #DFDBA1

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