Color: #DCB14C

#DCB14C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 47.88, x: 0.4575, and y: 0.4455.

Color Code #DCB14C

#DCB14Crgb(220, 177, 76)
HEX
#DCB14C
RGB
rgb(220, 177, 76)
HSL
hsl(42, 67%, 58%)
HSV
hsv(42, 65%, 86%)
CMYK
0%, 20%, 65%, 14%
XYZ
X: 49.17, Y: 47.88, Z: 10.43
Lab
L: 74.75, a: 8.31, b: 56.10
Name

Shades of Color #DCB14C

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

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

#DCB14Crgb(220, 177, 76)

About #DCB14C Color Code

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

  • HEX: #DCB14C
  • RGB: rgb(220, 177, 76)
  • HSL: hsl(42, 67%, 58%)
  • HSV: hsv(42, 65%, 86%)
  • CMYK: 0.00% cyan, 20.00% magenta, 65.00% yellow, 14.00% black
  • XYZ: 49.17, 47.88, 10.43
  • Yxy: 47.88, 0.4575, 0.4455
  • Hunter Lab: 74.75, 8.31, 56.10
  • CIE-Lab: 74.75, 8.31, 56.10

In the XYZ color space, this color is represented as X: 49.17, Y: 47.88, Z: 10.43. The Yxy representation further refines this as Y: 47.88, x: 0.4575, and y: 0.4455.

In the Hunter Lab color space, this color is represented as L: 74.75, a: 8.31, and b: 56.10. Similarly, in the CIE-Lab color space, it is represented as L: 74.75, a: 8.31, and b: 56.10.

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

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

Analogous Colors of #DCB14C

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

Monochromatic Colors of #DCB14C

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

Complementary Color of #DCB14C

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

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

HTML Examples of #DCB14C

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

Related Colors of #DCB14C

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