Color: #DAC12C

#DAC12C Color Information

#DAC12C is a light color. The closest websafe version is #DAC12C. A complement of this color would be #2B45DA, perceived brightness is 0.72, and the grayscale version is #838383.

In the HSL color space, this color has a hue angle of 51°,a saturation of 70%, and a lightness of 51%.The HSV representation shows a hue of 51°, a saturation of 80%, and a value of 85%.

In a RGB color space, #DAC12C is composed of 85% red, 76% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 80% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 53.98, x: 0.4539, and y: 0.4760.

Color Code #DAC12C

#DAC12Crgb(218, 193, 44)
HEX
#DAC12C
RGB
rgb(218, 193, 44)
HSL
hsl(51, 70%, 51%)
HSV
hsv(51, 80%, 85%)
CMYK
0%, 11%, 80%, 15%
XYZ
X: 51.47, Y: 53.98, Z: 7.95
Lab
L: 78.45, a: -1.52, b: 71.15
Name

Shades of Color #DAC12C

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

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

#DAC12Crgb(218, 193, 44)

About #DAC12C Color Code

In the HSL color space, this color has a hue angle of 51°, a saturation of 70%, and a lightness of 51%. The HSV representation shows a hue of 51°, a saturation of 80%, and a value of 85%.

  • HEX: #DAC12C
  • RGB: rgb(218, 193, 44)
  • HSL: hsl(51, 70%, 51%)
  • HSV: hsv(51, 80%, 85%)
  • CMYK: 0.00% cyan, 11.00% magenta, 80.00% yellow, 15.00% black
  • XYZ: 51.47, 53.98, 7.95
  • Yxy: 53.98, 0.4539, 0.4760
  • Hunter Lab: 78.45, -1.52, 71.15
  • CIE-Lab: 78.45, -1.52, 71.15

In the XYZ color space, this color is represented as X: 51.47, Y: 53.98, Z: 7.95. The Yxy representation further refines this as Y: 53.98, x: 0.4539, and y: 0.4760.

In the Hunter Lab color space, this color is represented as L: 78.45, a: -1.52, and b: 71.15. Similarly, in the CIE-Lab color space, it is represented as L: 78.45, a: -1.52, and b: 71.15.

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

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

Analogous Colors of #DAC12C

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

Split Complementary Colors of #DAC12C

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

Tetradic Colors of #DAC12C

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

Monochromatic Colors of #DAC12C

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

Complementary Color of #DAC12C

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

/* Using HEX */
body {
  background-color: #dac12c;
}
/* Using RGB */
body {
  background-color: rgb(218, 193, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 193, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(51, 70%, 51%);
}
/* Text color */
p {
  color: #dac12c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dac12c;
}
/* Border color */
.box {
  border: 4px solid #dac12c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dac12c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dac12c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DAC12C
On Black Background
#DAC12C
On White Background
#DAC12C

HTML Examples of #DAC12C

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

Related Colors of #DAC12C

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