Color: #DFDA6C

#DFDA6C Color Information

#DFDA6C is a light color. The closest websafe version is #DFDA6C. A complement of this color would be #6D72DF, perceived brightness is 0.81, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 57°,a saturation of 64%, and a lightness of 65%.The HSV representation shows a hue of 57°, a saturation of 52%, and a value of 87%.

In a RGB color space, #DFDA6C is composed of 87% red, 85% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 52% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 67.59, x: 0.4158, and y: 0.4584.

Color Code #DFDA6C

#DFDA6Crgb(223, 218, 108)
HEX
#DFDA6C
RGB
rgb(223, 218, 108)
HSL
hsl(57, 64%, 65%)
HSV
hsv(57, 52%, 87%)
CMYK
0%, 2%, 52%, 13%
XYZ
X: 61.32, Y: 67.59, Z: 18.55
Lab
L: 85.80, a: -8.81, b: 53.92
Name

Shades of Color #DFDA6C

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

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

#DFDA6Crgb(223, 218, 108)

About #DFDA6C Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 64%, and a lightness of 65%. The HSV representation shows a hue of 57°, a saturation of 52%, and a value of 87%.

  • HEX: #DFDA6C
  • RGB: rgb(223, 218, 108)
  • HSL: hsl(57, 64%, 65%)
  • HSV: hsv(57, 52%, 87%)
  • CMYK: 0.00% cyan, 2.00% magenta, 52.00% yellow, 13.00% black
  • XYZ: 61.32, 67.59, 18.55
  • Yxy: 67.59, 0.4158, 0.4584
  • Hunter Lab: 85.80, -8.81, 53.92
  • CIE-Lab: 85.80, -8.81, 53.92

In the XYZ color space, this color is represented as X: 61.32, Y: 67.59, Z: 18.55. The Yxy representation further refines this as Y: 67.59, x: 0.4158, and y: 0.4584.

In the Hunter Lab color space, this color is represented as L: 85.80, a: -8.81, and b: 53.92. Similarly, in the CIE-Lab color space, it is represented as L: 85.80, a: -8.81, and b: 53.92.

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

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

Analogous Colors of #DFDA6C

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

Monochromatic Colors of #DFDA6C

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

Complementary Color of #DFDA6C

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

/* Using HEX */
body {
  background-color: #dfda6c;
}
/* Using RGB */
body {
  background-color: rgb(223, 218, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 218, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(57, 64%, 65%);
}
/* Text color */
p {
  color: #dfda6c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfda6c;
}
/* Border color */
.box {
  border: 4px solid #dfda6c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dfda6c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dfda6c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DFDA6C
On Black Background
#DFDA6C
On White Background
#DFDA6C

HTML Examples of #DFDA6C

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

Related Colors of #DFDA6C

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