Color: #DBD62C

#DBD62C Color Information

#DBD62C is a light color. The closest websafe version is #DBD62C. A complement of this color would be #2E33DC, perceived brightness is 0.77, and the grayscale version is #848484.

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

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

In the Yxy color space, this color is represented as Y: 64.12, x: 0.4376, and y: 0.4910.

Color Code #DBD62C

#DBD62Crgb(219, 214, 44)
HEX
#DBD62C
RGB
rgb(219, 214, 44)
HSL
hsl(58, 71%, 52%)
HSV
hsv(58, 80%, 86%)
CMYK
0%, 2%, 80%, 14%
XYZ
X: 57.14, Y: 64.12, Z: 9.32
Lab
L: 84.03, a: -11.17, b: 75.80
Name

Shades of Color #DBD62C

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

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

#DBD62Crgb(219, 214, 44)

About #DBD62C Color Code

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

  • HEX: #DBD62C
  • RGB: rgb(219, 214, 44)
  • HSL: hsl(58, 71%, 52%)
  • HSV: hsv(58, 80%, 86%)
  • CMYK: 0.00% cyan, 2.00% magenta, 80.00% yellow, 14.00% black
  • XYZ: 57.14, 64.12, 9.32
  • Yxy: 64.12, 0.4376, 0.4910
  • Hunter Lab: 84.03, -11.17, 75.80
  • CIE-Lab: 84.03, -11.17, 75.80

In the XYZ color space, this color is represented as X: 57.14, Y: 64.12, Z: 9.32. The Yxy representation further refines this as Y: 64.12, x: 0.4376, and y: 0.4910.

In the Hunter Lab color space, this color is represented as L: 84.03, a: -11.17, and b: 75.80. Similarly, in the CIE-Lab color space, it is represented as L: 84.03, a: -11.17, and b: 75.80.

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

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

Analogous Colors of #DBD62C

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

Split Complementary Colors of #DBD62C

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

Tetradic Colors of #DBD62C

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

Monochromatic Colors of #DBD62C

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

Complementary Color of #DBD62C

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

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

HTML Examples of #DBD62C

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

Related Colors of #DBD62C

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