Color: #DBD77D

#DBD77D Color Information

#DBD77D is a light color. The closest websafe version is #DBD77D. A complement of this color would be #7B80DB, perceived brightness is 0.81, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 57°,a saturation of 57%, and a lightness of 67%.The HSV representation shows a hue of 57°, a saturation of 43%, and a value of 86%.

In a RGB color space, #DBD77D is composed of 86% red, 84% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 43% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 65.72, x: 0.4055, and y: 0.4442.

Color Code #DBD77D

#DBD77Drgb(219, 215, 125)
HEX
#DBD77D
RGB
rgb(219, 215, 125)
HSL
hsl(57, 57%, 67%)
HSV
hsv(57, 43%, 86%)
CMYK
0%, 2%, 43%, 14%
XYZ
X: 59.99, Y: 65.72, Z: 22.23
Lab
L: 84.85, a: -7.86, b: 44.71
Name

Shades of Color #DBD77D

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

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

#DBD77Drgb(219, 215, 125)

About #DBD77D Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 57%, and a lightness of 67%. The HSV representation shows a hue of 57°, a saturation of 43%, and a value of 86%.

  • HEX: #DBD77D
  • RGB: rgb(219, 215, 125)
  • HSL: hsl(57, 57%, 67%)
  • HSV: hsv(57, 43%, 86%)
  • CMYK: 0.00% cyan, 2.00% magenta, 43.00% yellow, 14.00% black
  • XYZ: 59.99, 65.72, 22.23
  • Yxy: 65.72, 0.4055, 0.4442
  • Hunter Lab: 84.85, -7.86, 44.71
  • CIE-Lab: 84.85, -7.86, 44.71

In the XYZ color space, this color is represented as X: 59.99, Y: 65.72, Z: 22.23. The Yxy representation further refines this as Y: 65.72, x: 0.4055, and y: 0.4442.

In the Hunter Lab color space, this color is represented as L: 84.85, a: -7.86, and b: 44.71. Similarly, in the CIE-Lab color space, it is represented as L: 84.85, a: -7.86, and b: 44.71.

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

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

Analogous Colors of #DBD77D

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

Monochromatic Colors of #DBD77D

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

Complementary Color of #DBD77D

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

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

HTML Examples of #DBD77D

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

Related Colors of #DBD77D

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