Color: #DBC84D

#DBC84D Color Information

#DBC84D is a light color. The closest websafe version is #DBC84D. A complement of this color would be #4D60DB, perceived brightness is 0.75, and the grayscale version is #949494.

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

In a RGB color space, #DBC84D is composed of 86% red, 78% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 65% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 57.62, x: 0.4380, and y: 0.4658.

Color Code #DBC84D

#DBC84Drgb(219, 200, 77)
HEX
#DBC84D
RGB
rgb(219, 200, 77)
HSL
hsl(52, 66%, 58%)
HSV
hsv(52, 65%, 86%)
CMYK
0%, 9%, 65%, 14%
XYZ
X: 54.19, Y: 57.62, Z: 11.90
Lab
L: 80.53, a: -3.43, b: 61.56
Name

Shades of Color #DBC84D

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

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

#DBC84Drgb(219, 200, 77)

About #DBC84D Color Code

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

  • HEX: #DBC84D
  • RGB: rgb(219, 200, 77)
  • HSL: hsl(52, 66%, 58%)
  • HSV: hsv(52, 65%, 86%)
  • CMYK: 0.00% cyan, 9.00% magenta, 65.00% yellow, 14.00% black
  • XYZ: 54.19, 57.62, 11.90
  • Yxy: 57.62, 0.4380, 0.4658
  • Hunter Lab: 80.53, -3.43, 61.56
  • CIE-Lab: 80.53, -3.43, 61.56

In the XYZ color space, this color is represented as X: 54.19, Y: 57.62, Z: 11.90. The Yxy representation further refines this as Y: 57.62, x: 0.4380, and y: 0.4658.

In the Hunter Lab color space, this color is represented as L: 80.53, a: -3.43, and b: 61.56. Similarly, in the CIE-Lab color space, it is represented as L: 80.53, a: -3.43, and b: 61.56.

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

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

Analogous Colors of #DBC84D

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

Monochromatic Colors of #DBC84D

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

Complementary Color of #DBC84D

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

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

HTML Examples of #DBC84D

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

Related Colors of #DBC84D

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