Color: #D7D56F

#D7D56F Color Information

#D7D56F is a light color. The closest websafe version is #D7D56F. A complement of this color would be #6F71D8, perceived brightness is 0.79, and the grayscale version is #A3A3A3.

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

In a RGB color space, #D7D56F is composed of 84% red, 84% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 48% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 63.78, x: 0.4107, and y: 0.4553.

Color Code #D7D56F

#D7D56Frgb(215, 213, 111)
HEX
#D7D56F
RGB
rgb(215, 213, 111)
HSL
hsl(59, 57%, 64%)
HSV
hsv(59, 48%, 84%)
CMYK
0%, 1%, 48%, 16%
XYZ
X: 57.53, Y: 63.78, Z: 18.76
Lab
L: 83.85, a: -9.47, b: 50.10
Name

Shades of Color #D7D56F

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

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

#D7D56Frgb(215, 213, 111)

About #D7D56F Color Code

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

  • HEX: #D7D56F
  • RGB: rgb(215, 213, 111)
  • HSL: hsl(59, 57%, 64%)
  • HSV: hsv(59, 48%, 84%)
  • CMYK: 0.00% cyan, 100.00% magenta, 48.00% yellow, 16.00% black
  • XYZ: 57.53, 63.78, 18.76
  • Yxy: 63.78, 0.4107, 0.4553
  • Hunter Lab: 83.85, -9.47, 50.10
  • CIE-Lab: 83.85, -9.47, 50.10

In the XYZ color space, this color is represented as X: 57.53, Y: 63.78, Z: 18.76. The Yxy representation further refines this as Y: 63.78, x: 0.4107, and y: 0.4553.

In the Hunter Lab color space, this color is represented as L: 83.85, a: -9.47, and b: 50.10. Similarly, in the CIE-Lab color space, it is represented as L: 83.85, a: -9.47, and b: 50.10.

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

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

Analogous Colors of #D7D56F

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

Monochromatic Colors of #D7D56F

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

Complementary Color of #D7D56F

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

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

HTML Examples of #D7D56F

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

Related Colors of #D7D56F

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