Color: #D6DC5C

#D6DC5C Color Information

#D6DC5C is a light color. The closest websafe version is #D6DC5C. A complement of this color would be #615BDC, perceived brightness is 0.80, and the grayscale version is #9C9C9C.

In the HSL color space, this color has a hue angle of 63°,a saturation of 65%, and a lightness of 61%.The HSV representation shows a hue of 63°, a saturation of 100%, and a value of 100%.

In a RGB color space, #D6DC5C is composed of 84% red, 86% green and 36% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 58% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 66.92, x: 0.4147, and y: 0.4751.

Color Code #D6DC5C

HEX
#D6DC5C
RGB
rgb(214, 220, 92)
HSL
hsl(63, 65%, 61%)
HSV
hsv(63, 58%, 86%)
CMYK
3%, 0%, 58%, 14%
XYZ
X: 58.41, Y: 66.92, Z: 15.53
Lab
L: 85.46, a: -14.26, b: 60.32
Name

Shades of Color #D6DC5C

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

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

About #D6DC5C Color Code

In the HSL color space, this color has a hue angle of 63°, a saturation of 65%, and a lightness of 61%. The HSV representation shows a hue of 63°, a saturation of 58%, and a value of 86%.

  • HEX: #D6DC5C
  • RGB: rgb(214, 220, 92)
  • HSL: hsl(63, 65%, 61%)
  • HSV: hsv(63, 58%, 86%)
  • CMYK: 3.00% cyan, 0.00% magenta, 58.00% yellow, 14.00% black
  • XYZ: 58.41, 66.92, 15.53
  • Yxy: 66.92, 0.4147, 0.4751
  • Hunter Lab: 85.46, -14.26, 60.32
  • CIE-Lab: 85.46, -14.26, 60.32

In the XYZ color space, this color is represented as X: 58.41, Y: 66.92, Z: 15.53. The Yxy representation further refines this as Y: 66.92, x: 0.4147, and y: 0.4751.

In the Hunter Lab color space, this color is represented as L: 85.46, a: -14.26, and b: 60.32. Similarly, in the CIE-Lab color space, it is represented as L: 85.46, a: -14.26, and b: 60.32.

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

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

Analogous Colors of #D6DC5C

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

Monochromatic Colors of #D6DC5C

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

Complementary Color of #D6DC5C

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

/* Using HEX */
body {
  background-color: #d6dc5c;
}
/* Using RGB */
body {
  background-color: rgb(214, 220, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(214, 220, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(63, 65%, 61%);
}
/* Text color */
p {
  color: #d6dc5c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d6dc5c;
}

HTML Examples of #D6DC5C

<!-- Using HEX -->
<div style="background-color: #d6dc5c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(214, 220, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(214, 220, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(63, 65%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d6dc5c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d6dc5c; width: 100px; height: 100px;"></div>

Related Colors of #D6DC5C

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