Color: #DCAD7A

#DCAD7A Color Information

#DCAD7A is a light color. The closest websafe version is #DCAD7A. A complement of this color would be #7AA9DC, perceived brightness is 0.71, and the grayscale version is #ABABAB.

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

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

In the Yxy color space, this color is represented as Y: 47.06, x: 0.4314, and y: 0.4053.

Color Code #DCAD7A

HEX
#DCAD7A
RGB
rgb(220, 173, 122)
HSL
hsl(31, 58%, 67%)
HSV
hsv(31, 45%, 86%)
CMYK
0%, 21%, 45%, 14%
XYZ
X: 50.09, Y: 47.06, Z: 18.95
Lab
L: 74.23, a: 13.01, b: 33.08
Name

Shades of Color #DCAD7A

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

Tints are created by lightening the original color #DCAD7A 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 #DCAD7A Color Code

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

  • HEX: #DCAD7A
  • RGB: rgb(220, 173, 122)
  • HSL: hsl(31, 58%, 67%)
  • HSV: hsv(31, 45%, 86%)
  • CMYK: 0.00% cyan, 21.00% magenta, 45.00% yellow, 14.00% black
  • XYZ: 50.09, 47.06, 18.95
  • Yxy: 47.06, 0.4314, 0.4053
  • Hunter Lab: 74.23, 13.01, 33.08
  • CIE-Lab: 74.23, 13.01, 33.08

In the XYZ color space, this color is represented as X: 50.09, Y: 47.06, Z: 18.95. The Yxy representation further refines this as Y: 47.06, x: 0.4314, and y: 0.4053.

In the Hunter Lab color space, this color is represented as L: 74.23, a: 13.01, and b: 33.08. Similarly, in the CIE-Lab color space, it is represented as L: 74.23, a: 13.01, and b: 33.08.

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

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

Analogous Colors of #DCAD7A

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

Monochromatic Colors of #DCAD7A

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

Complementary Color of #DCAD7A

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

/* Using HEX */
body {
  background-color: #dcad7a;
}
/* Using RGB */
body {
  background-color: rgb(220, 173, 122);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 173, 122, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(31, 58%, 67%);
}
/* Text color */
p {
  color: #dcad7a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcad7a;
}

HTML Examples of #DCAD7A

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

Related Colors of #DCAD7A

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