Color: #D7D98F

#D7D98F Color Information

#D7D98F is a light color. The closest websafe version is #D7D98F. A complement of this color would be #9391D9, perceived brightness is 0.82, and the grayscale version is #B4B4B4.

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

In a RGB color space, #D7D98F is composed of 84% red, 85% green and 56% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 34% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 66.53, x: 0.3911, and y: 0.4317.

Color Code #D7D98F

#D7D98Frgb(215, 217, 143)
HEX
#D7D98F
RGB
rgb(215, 217, 143)
HSL
hsl(62, 49%, 71%)
HSV
hsv(62, 34%, 85%)
CMYK
1%, 0%, 34%, 15%
XYZ
X: 60.28, Y: 66.53, Z: 27.30
Lab
L: 85.26, a: -8.95, b: 36.27
Name

Shades of Color #D7D98F

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

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

#D7D98Frgb(215, 217, 143)

About #D7D98F Color Code

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

  • HEX: #D7D98F
  • RGB: rgb(215, 217, 143)
  • HSL: hsl(62, 49%, 71%)
  • HSV: hsv(62, 34%, 85%)
  • CMYK: 100.00% cyan, 0.00% magenta, 34.00% yellow, 15.00% black
  • XYZ: 60.28, 66.53, 27.30
  • Yxy: 66.53, 0.3911, 0.4317
  • Hunter Lab: 85.26, -8.95, 36.27
  • CIE-Lab: 85.26, -8.95, 36.27

In the XYZ color space, this color is represented as X: 60.28, Y: 66.53, Z: 27.30. The Yxy representation further refines this as Y: 66.53, x: 0.3911, and y: 0.4317.

In the Hunter Lab color space, this color is represented as L: 85.26, a: -8.95, and b: 36.27. Similarly, in the CIE-Lab color space, it is represented as L: 85.26, a: -8.95, and b: 36.27.

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

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

Analogous Colors of #D7D98F

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

Split Complementary Colors of #D7D98F

Split complementary colors are two colors adjacent to the complementary color of #D7D98F. They create a balanced and visually appealing color scheme.

Tetradic Colors of #D7D98F

Tetradic colors form a rectangle on the color wheel, including #D7D98F. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #D7D98F

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

Complementary Color of #D7D98F

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

/* Using HEX */
body {
  background-color: #d7d98f;
}
/* Using RGB */
body {
  background-color: rgb(215, 217, 143);
}
/* Using RGB with opacity */
body {
  background-color: rgba(215, 217, 143, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(62, 49%, 71%);
}
/* Text color */
p {
  color: #d7d98f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d7d98f;
}
/* Border color */
.box {
  border: 4px solid #d7d98f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d7d98f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d7d98f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D7D98F
On Black Background
#D7D98F
On White Background
#D7D98F

HTML Examples of #D7D98F

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

Related Colors of #D7D98F

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