Color: #DCB34C

#DCB34C Color Information

#DCB34C is a light color. The closest websafe version is #DCB34C. A complement of this color would be #4C75DC, perceived brightness is 0.70, and the grayscale version is #949494.

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

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

In the Yxy color space, this color is represented as Y: 48.68, x: 0.4558, and y: 0.4473.

Color Code #DCB34C

#DCB34Crgb(220, 179, 76)
HEX
#DCB34C
RGB
rgb(220, 179, 76)
HSL
hsl(43, 67%, 58%)
HSV
hsv(43, 65%, 86%)
CMYK
0%, 19%, 65%, 14%
XYZ
X: 49.60, Y: 48.68, Z: 10.54
Lab
L: 75.25, a: 7.31, b: 56.62
Name

Shades of Color #DCB34C

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

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

#DCB34Crgb(220, 179, 76)

About #DCB34C Color Code

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

  • HEX: #DCB34C
  • RGB: rgb(220, 179, 76)
  • HSL: hsl(43, 67%, 58%)
  • HSV: hsv(43, 65%, 86%)
  • CMYK: 0.00% cyan, 19.00% magenta, 65.00% yellow, 14.00% black
  • XYZ: 49.60, 48.68, 10.54
  • Yxy: 48.68, 0.4558, 0.4473
  • Hunter Lab: 75.25, 7.31, 56.62
  • CIE-Lab: 75.25, 7.31, 56.62

In the XYZ color space, this color is represented as X: 49.60, Y: 48.68, Z: 10.54. The Yxy representation further refines this as Y: 48.68, x: 0.4558, and y: 0.4473.

In the Hunter Lab color space, this color is represented as L: 75.25, a: 7.31, and b: 56.62. Similarly, in the CIE-Lab color space, it is represented as L: 75.25, a: 7.31, and b: 56.62.

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

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

Analogous Colors of #DCB34C

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

Split Complementary Colors of #DCB34C

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

Tetradic Colors of #DCB34C

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

Monochromatic Colors of #DCB34C

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

Complementary Color of #DCB34C

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

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

HTML Examples of #DCB34C

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

Related Colors of #DCB34C

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