Color: #DBCC70

#DBCC70 Color Information

#DBCC70 is a light color. The closest websafe version is #DBCC70. A complement of this color would be #707EDB, perceived brightness is 0.78, and the grayscale version is #A5A5A5.

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

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

In the Yxy color space, this color is represented as Y: 60.03, x: 0.4185, and y: 0.4450.

Color Code #DBCC70

#DBCC70rgb(219, 204, 112)
HEX
#DBCC70
RGB
rgb(219, 204, 112)
HSL
hsl(52, 60%, 65%)
HSV
hsv(52, 49%, 86%)
CMYK
0%, 7%, 49%, 14%
XYZ
X: 56.46, Y: 60.03, Z: 18.42
Lab
L: 81.86, a: -3.49, b: 47.39
Name

Shades of Color #DBCC70

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

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

#DBCC70rgb(219, 204, 112)

About #DBCC70 Color Code

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

  • HEX: #DBCC70
  • RGB: rgb(219, 204, 112)
  • HSL: hsl(52, 60%, 65%)
  • HSV: hsv(52, 49%, 86%)
  • CMYK: 0.00% cyan, 7.00% magenta, 49.00% yellow, 14.00% black
  • XYZ: 56.46, 60.03, 18.42
  • Yxy: 60.03, 0.4185, 0.4450
  • Hunter Lab: 81.86, -3.49, 47.39
  • CIE-Lab: 81.86, -3.49, 47.39

In the XYZ color space, this color is represented as X: 56.46, Y: 60.03, Z: 18.42. The Yxy representation further refines this as Y: 60.03, x: 0.4185, and y: 0.4450.

In the Hunter Lab color space, this color is represented as L: 81.86, a: -3.49, and b: 47.39. Similarly, in the CIE-Lab color space, it is represented as L: 81.86, a: -3.49, and b: 47.39.

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

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

Analogous Colors of #DBCC70

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

Monochromatic Colors of #DBCC70

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

Complementary Color of #DBCC70

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

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

HTML Examples of #DBCC70

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

Related Colors of #DBCC70

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