Color: #DAD56F

#DAD56F Color Information

#DAD56F is a light color. The closest websafe version is #DAD56F. A complement of this color would be #7176DA, perceived brightness is 0.80, and the grayscale version is #A5A5A5.

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

In a RGB color space, #DAD56F is composed of 85% red, 84% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 49% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 64.26, x: 0.4132, and y: 0.4541.

Color Code #DAD56F

#DAD56Frgb(218, 213, 111)
HEX
#DAD56F
RGB
rgb(218, 213, 111)
HSL
hsl(57, 59%, 65%)
HSV
hsv(57, 49%, 85%)
CMYK
0%, 2%, 49%, 15%
XYZ
X: 58.47, Y: 64.26, Z: 18.79
Lab
L: 84.10, a: -8.27, b: 50.46
Name

Shades of Color #DAD56F

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

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

#DAD56Frgb(218, 213, 111)

About #DAD56F Color Code

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

  • HEX: #DAD56F
  • RGB: rgb(218, 213, 111)
  • HSL: hsl(57, 59%, 65%)
  • HSV: hsv(57, 49%, 85%)
  • CMYK: 0.00% cyan, 2.00% magenta, 49.00% yellow, 15.00% black
  • XYZ: 58.47, 64.26, 18.79
  • Yxy: 64.26, 0.4132, 0.4541
  • Hunter Lab: 84.10, -8.27, 50.46
  • CIE-Lab: 84.10, -8.27, 50.46

In the XYZ color space, this color is represented as X: 58.47, Y: 64.26, Z: 18.79. The Yxy representation further refines this as Y: 64.26, x: 0.4132, and y: 0.4541.

In the Hunter Lab color space, this color is represented as L: 84.10, a: -8.27, and b: 50.46. Similarly, in the CIE-Lab color space, it is represented as L: 84.10, a: -8.27, and b: 50.46.

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

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

Analogous Colors of #DAD56F

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

Monochromatic Colors of #DAD56F

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

Complementary Color of #DAD56F

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

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

HTML Examples of #DAD56F

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

Related Colors of #DAD56F

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