Color: #DCBC7C

#DCBC7C Color Information

#DCBC7C is a light color. The closest websafe version is #DCBC7C. A complement of this color would be #7A9BDC, perceived brightness is 0.75, and the grayscale version is #ACACAC.

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

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

In the Yxy color space, this color is represented as Y: 53.20, x: 0.4212, and y: 0.4191.

Color Code #DCBC7C

#DCBC7Crgb(220, 188, 124)
HEX
#DCBC7C
RGB
rgb(220, 188, 124)
HSL
hsl(40, 58%, 67%)
HSV
hsv(40, 44%, 86%)
CMYK
0%, 15%, 44%, 14%
XYZ
X: 53.46, Y: 53.20, Z: 20.27
Lab
L: 77.99, a: 5.62, b: 36.79
Name

Shades of Color #DCBC7C

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

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

#DCBC7Crgb(220, 188, 124)

About #DCBC7C Color Code

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

  • HEX: #DCBC7C
  • RGB: rgb(220, 188, 124)
  • HSL: hsl(40, 58%, 67%)
  • HSV: hsv(40, 44%, 86%)
  • CMYK: 0.00% cyan, 15.00% magenta, 44.00% yellow, 14.00% black
  • XYZ: 53.46, 53.20, 20.27
  • Yxy: 53.20, 0.4212, 0.4191
  • Hunter Lab: 77.99, 5.62, 36.79
  • CIE-Lab: 77.99, 5.62, 36.79

In the XYZ color space, this color is represented as X: 53.46, Y: 53.20, Z: 20.27. The Yxy representation further refines this as Y: 53.20, x: 0.4212, and y: 0.4191.

In the Hunter Lab color space, this color is represented as L: 77.99, a: 5.62, and b: 36.79. Similarly, in the CIE-Lab color space, it is represented as L: 77.99, a: 5.62, and b: 36.79.

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

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

Analogous Colors of #DCBC7C

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

Monochromatic Colors of #DCBC7C

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

Complementary Color of #DCBC7C

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

/* Using HEX */
body {
  background-color: #dcbc7c;
}
/* Using RGB */
body {
  background-color: rgb(220, 188, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 188, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 58%, 67%);
}
/* Text color */
p {
  color: #dcbc7c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcbc7c;
}
/* Border color */
.box {
  border: 4px solid #dcbc7c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dcbc7c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dcbc7c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DCBC7C
On Black Background
#DCBC7C
On White Background
#DCBC7C

HTML Examples of #DCBC7C

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

Related Colors of #DCBC7C

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