Color: #DBCC57

#DBCC57 Color Information

#DBCC57 is a light color. The closest websafe version is #DBCC57. A complement of this color would be #5766DB, perceived brightness is 0.77, and the grayscale version is #999999.

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

In a RGB color space, #DBCC57 is composed of 86% red, 80% green and 34% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 60% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 59.63, x: 0.4310, and y: 0.4630.

Color Code #DBCC57

#DBCC57rgb(219, 204, 87)
HEX
#DBCC57
RGB
rgb(219, 204, 87)
HSL
hsl(53, 65%, 60%)
HSV
hsv(53, 60%, 86%)
CMYK
0%, 7%, 60%, 14%
XYZ
X: 55.51, Y: 59.63, Z: 13.66
Lab
L: 81.63, a: -4.91, b: 58.53
Name

Shades of Color #DBCC57

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

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

#DBCC57rgb(219, 204, 87)

About #DBCC57 Color Code

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

  • HEX: #DBCC57
  • RGB: rgb(219, 204, 87)
  • HSL: hsl(53, 65%, 60%)
  • HSV: hsv(53, 60%, 86%)
  • CMYK: 0.00% cyan, 7.00% magenta, 60.00% yellow, 14.00% black
  • XYZ: 55.51, 59.63, 13.66
  • Yxy: 59.63, 0.4310, 0.4630
  • Hunter Lab: 81.63, -4.91, 58.53
  • CIE-Lab: 81.63, -4.91, 58.53

In the XYZ color space, this color is represented as X: 55.51, Y: 59.63, Z: 13.66. The Yxy representation further refines this as Y: 59.63, x: 0.4310, and y: 0.4630.

In the Hunter Lab color space, this color is represented as L: 81.63, a: -4.91, and b: 58.53. Similarly, in the CIE-Lab color space, it is represented as L: 81.63, a: -4.91, and b: 58.53.

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

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

Analogous Colors of #DBCC57

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

Split Complementary Colors of #DBCC57

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

Tetradic Colors of #DBCC57

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

Monochromatic Colors of #DBCC57

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

Complementary Color of #DBCC57

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

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

HTML Examples of #DBCC57

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

Related Colors of #DBCC57

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