Color: #DBD240

#DBD240 Color Information

#DBD240 is a light color. The closest websafe version is #DBD240. A complement of this color would be #3E46DA, perceived brightness is 0.77, and the grayscale version is #8D8D8D.

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

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

In the Yxy color space, this color is represented as Y: 62.27, x: 0.4354, and y: 0.4804.

Color Code #DBD240

HEX
#DBD240
RGB
rgb(219, 210, 64)
HSL
hsl(57, 68%, 55%)
HSV
hsv(57, 71%, 86%)
CMYK
0%, 4%, 71%, 14%
XYZ
X: 56.44, Y: 62.27, Z: 10.91
Lab
L: 83.06, a: -8.72, b: 68.92
Name

Shades of Color #DBD240

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

Tints are created by lightening the original color #DBD240 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 #DBD240 Color Code

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

  • HEX: #DBD240
  • RGB: rgb(219, 210, 64)
  • HSL: hsl(57, 68%, 55%)
  • HSV: hsv(57, 71%, 86%)
  • CMYK: 0.00% cyan, 4.00% magenta, 71.00% yellow, 14.00% black
  • XYZ: 56.44, 62.27, 10.91
  • Yxy: 62.27, 0.4354, 0.4804
  • Hunter Lab: 83.06, -8.72, 68.92
  • CIE-Lab: 83.06, -8.72, 68.92

In the XYZ color space, this color is represented as X: 56.44, Y: 62.27, Z: 10.91. The Yxy representation further refines this as Y: 62.27, x: 0.4354, and y: 0.4804.

In the Hunter Lab color space, this color is represented as L: 83.06, a: -8.72, and b: 68.92. Similarly, in the CIE-Lab color space, it is represented as L: 83.06, a: -8.72, and b: 68.92.

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

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

Analogous Colors of #DBD240

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

Monochromatic Colors of #DBD240

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

Complementary Color of #DBD240

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

/* Using HEX */
body {
  background-color: #dbd240;
}
/* Using RGB */
body {
  background-color: rgb(219, 210, 64);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 210, 64, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(57, 68%, 55%);
}
/* Text color */
p {
  color: #dbd240;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbd240;
}

HTML Examples of #DBD240

<!-- Using HEX -->
<div style="background-color: #dbd240; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 210, 64); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 210, 64, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(57, 68%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dbd240;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dbd240; width: 100px; height: 100px;"></div>

Related Colors of #DBD240

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