Color: #D7C76F

#D7C76F Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 57.03, x: 0.4185, and y: 0.4428.

Color Code #D7C76F

#D7C76Frgb(215, 199, 111)
HEX
#D7C76F
RGB
rgb(215, 199, 111)
HSL
hsl(51, 57%, 64%)
HSV
hsv(51, 48%, 84%)
CMYK
0%, 7%, 48%, 16%
XYZ
X: 53.90, Y: 57.03, Z: 17.85
Lab
L: 80.19, a: -2.75, b: 45.81
Name

Shades of Color #D7C76F

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

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

#D7C76Frgb(215, 199, 111)

About #D7C76F Color Code

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

  • HEX: #D7C76F
  • RGB: rgb(215, 199, 111)
  • HSL: hsl(51, 57%, 64%)
  • HSV: hsv(51, 48%, 84%)
  • CMYK: 0.00% cyan, 7.00% magenta, 48.00% yellow, 16.00% black
  • XYZ: 53.90, 57.03, 17.85
  • Yxy: 57.03, 0.4185, 0.4428
  • Hunter Lab: 80.19, -2.75, 45.81
  • CIE-Lab: 80.19, -2.75, 45.81

In the XYZ color space, this color is represented as X: 53.90, Y: 57.03, Z: 17.85. The Yxy representation further refines this as Y: 57.03, x: 0.4185, and y: 0.4428.

In the Hunter Lab color space, this color is represented as L: 80.19, a: -2.75, and b: 45.81. Similarly, in the CIE-Lab color space, it is represented as L: 80.19, a: -2.75, and b: 45.81.

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

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

Analogous Colors of #D7C76F

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

Monochromatic Colors of #D7C76F

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

Complementary Color of #D7C76F

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

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

HTML Examples of #D7C76F

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

Related Colors of #D7C76F

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