Color: #DCAD62

#DCAD62 Color Information

#DCAD62 is a light color. The closest websafe version is #DCAD62. A complement of this color would be #6090DC, perceived brightness is 0.70, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 37°,a saturation of 64%, and a lightness of 62%.The HSV representation shows a hue of 37°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DCAD62 is composed of 86% red, 68% green and 38% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 55% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 46.62, x: 0.4481, and y: 0.4259.

Color Code #DCAD62

HEX
#DCAD62
RGB
rgb(220, 173, 98)
HSL
hsl(37, 64%, 62%)
HSV
hsv(37, 55%, 86%)
CMYK
0%, 21%, 55%, 14%
XYZ
X: 49.05, Y: 46.62, Z: 13.78
Lab
L: 73.95, a: 11.43, b: 44.95
Name

Shades of Color #DCAD62

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

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

About #DCAD62 Color Code

In the HSL color space, this color has a hue angle of 37°, a saturation of 64%, and a lightness of 62%. The HSV representation shows a hue of 37°, a saturation of 55%, and a value of 86%.

  • HEX: #DCAD62
  • RGB: rgb(220, 173, 98)
  • HSL: hsl(37, 64%, 62%)
  • HSV: hsv(37, 55%, 86%)
  • CMYK: 0.00% cyan, 21.00% magenta, 55.00% yellow, 14.00% black
  • XYZ: 49.05, 46.62, 13.78
  • Yxy: 46.62, 0.4481, 0.4259
  • Hunter Lab: 73.95, 11.43, 44.95
  • CIE-Lab: 73.95, 11.43, 44.95

In the XYZ color space, this color is represented as X: 49.05, Y: 46.62, Z: 13.78. The Yxy representation further refines this as Y: 46.62, x: 0.4481, and y: 0.4259.

In the Hunter Lab color space, this color is represented as L: 73.95, a: 11.43, and b: 44.95. Similarly, in the CIE-Lab color space, it is represented as L: 73.95, a: 11.43, and b: 44.95.

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

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

Analogous Colors of #DCAD62

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

Monochromatic Colors of #DCAD62

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

Complementary Color of #DCAD62

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

/* Using HEX */
body {
  background-color: #dcad62;
}
/* Using RGB */
body {
  background-color: rgb(220, 173, 98);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 173, 98, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 64%, 62%);
}
/* Text color */
p {
  color: #dcad62;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcad62;
}

HTML Examples of #DCAD62

<!-- Using HEX -->
<div style="background-color: #dcad62; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(220, 173, 98); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(220, 173, 98, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(37, 64%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dcad62;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dcad62; width: 100px; height: 100px;"></div>

Related Colors of #DCAD62

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