Color: #DBD25E

#DBD25E Color Information

#DBD25E is a light color. The closest websafe version is #DBD25E. A complement of this color would be #5D65DA, perceived brightness is 0.78, and the grayscale version is #9C9C9C.

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

In a RGB color space, #DBD25E is composed of 86% red, 82% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 57% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 62.64, x: 0.4239, and y: 0.4633.

Color Code #DBD25E

#DBD25Ergb(219, 210, 94)
HEX
#DBD25E
RGB
rgb(219, 210, 94)
HSL
hsl(56, 63%, 61%)
HSV
hsv(56, 57%, 86%)
CMYK
0%, 4%, 57%, 14%
XYZ
X: 57.31, Y: 62.64, Z: 15.24
Lab
L: 83.25, a: -7.43, b: 57.23
Name

Shades of Color #DBD25E

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

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

#DBD25Ergb(219, 210, 94)

About #DBD25E Color Code

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

  • HEX: #DBD25E
  • RGB: rgb(219, 210, 94)
  • HSL: hsl(56, 63%, 61%)
  • HSV: hsv(56, 57%, 86%)
  • CMYK: 0.00% cyan, 4.00% magenta, 57.00% yellow, 14.00% black
  • XYZ: 57.31, 62.64, 15.24
  • Yxy: 62.64, 0.4239, 0.4633
  • Hunter Lab: 83.25, -7.43, 57.23
  • CIE-Lab: 83.25, -7.43, 57.23

In the XYZ color space, this color is represented as X: 57.31, Y: 62.64, Z: 15.24. The Yxy representation further refines this as Y: 62.64, x: 0.4239, and y: 0.4633.

In the Hunter Lab color space, this color is represented as L: 83.25, a: -7.43, and b: 57.23. Similarly, in the CIE-Lab color space, it is represented as L: 83.25, a: -7.43, and b: 57.23.

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

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

Analogous Colors of #DBD25E

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

Split Complementary Colors of #DBD25E

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

Tetradic Colors of #DBD25E

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

Monochromatic Colors of #DBD25E

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

Complementary Color of #DBD25E

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

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

HTML Examples of #DBD25E

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

Related Colors of #DBD25E

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