Color: #DCB27C

#DCB27C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 49.06, x: 0.4270, and y: 0.4088.

Color Code #DCB27C

#DCB27Crgb(220, 178, 124)
HEX
#DCB27C
RGB
rgb(220, 178, 124)
HSL
hsl(34, 58%, 67%)
HSV
hsv(34, 44%, 86%)
CMYK
0%, 19%, 44%, 14%
XYZ
X: 51.24, Y: 49.06, Z: 19.71
Lab
L: 75.49, a: 10.63, b: 33.64
Name

Shades of Color #DCB27C

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

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

#DCB27Crgb(220, 178, 124)

About #DCB27C Color Code

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

  • HEX: #DCB27C
  • RGB: rgb(220, 178, 124)
  • HSL: hsl(34, 58%, 67%)
  • HSV: hsv(34, 44%, 86%)
  • CMYK: 0.00% cyan, 19.00% magenta, 44.00% yellow, 14.00% black
  • XYZ: 51.24, 49.06, 19.71
  • Yxy: 49.06, 0.4270, 0.4088
  • Hunter Lab: 75.49, 10.63, 33.64
  • CIE-Lab: 75.49, 10.63, 33.64

In the XYZ color space, this color is represented as X: 51.24, Y: 49.06, Z: 19.71. The Yxy representation further refines this as Y: 49.06, x: 0.4270, and y: 0.4088.

In the Hunter Lab color space, this color is represented as L: 75.49, a: 10.63, and b: 33.64. Similarly, in the CIE-Lab color space, it is represented as L: 75.49, a: 10.63, and b: 33.64.

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

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

Analogous Colors of #DCB27C

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

Split Complementary Colors of #DCB27C

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

Tetradic Colors of #DCB27C

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

Monochromatic Colors of #DCB27C

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

Complementary Color of #DCB27C

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

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

HTML Examples of #DCB27C

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

Related Colors of #DCB27C

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