Color: #DBCD72

#DBCD72 Color Information

#DBCD72 is a light color. The closest websafe version is #DBCD72. A complement of this color would be #717FDA, perceived brightness is 0.78, and the grayscale version is #A7A7A7.

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

In a RGB color space, #DBCD72 is composed of 86% red, 80% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 48% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 60.55, x: 0.4168, and y: 0.4443.

Color Code #DBCD72

#DBCD72rgb(219, 205, 114)
HEX
#DBCD72
RGB
rgb(219, 205, 114)
HSL
hsl(52, 59%, 65%)
HSV
hsv(52, 48%, 86%)
CMYK
0%, 6%, 48%, 14%
XYZ
X: 56.81, Y: 60.55, Z: 18.93
Lab
L: 82.13, a: -3.84, b: 46.76
Name

Shades of Color #DBCD72

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

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

#DBCD72rgb(219, 205, 114)

About #DBCD72 Color Code

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

  • HEX: #DBCD72
  • RGB: rgb(219, 205, 114)
  • HSL: hsl(52, 59%, 65%)
  • HSV: hsv(52, 48%, 86%)
  • CMYK: 0.00% cyan, 6.00% magenta, 48.00% yellow, 14.00% black
  • XYZ: 56.81, 60.55, 18.93
  • Yxy: 60.55, 0.4168, 0.4443
  • Hunter Lab: 82.13, -3.84, 46.76
  • CIE-Lab: 82.13, -3.84, 46.76

In the XYZ color space, this color is represented as X: 56.81, Y: 60.55, Z: 18.93. The Yxy representation further refines this as Y: 60.55, x: 0.4168, and y: 0.4443.

In the Hunter Lab color space, this color is represented as L: 82.13, a: -3.84, and b: 46.76. Similarly, in the CIE-Lab color space, it is represented as L: 82.13, a: -3.84, and b: 46.76.

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

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

Analogous Colors of #DBCD72

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

Split Complementary Colors of #DBCD72

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

Tetradic Colors of #DBCD72

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

Monochromatic Colors of #DBCD72

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

Complementary Color of #DBCD72

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

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

HTML Examples of #DBCD72

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

Related Colors of #DBCD72

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