Color: #DCAD6A

#DCAD6A Color Information

#DCAD6A is a light color. The closest websafe version is #DCAD6A. A complement of this color would be #6A9ADC, perceived brightness is 0.70, and the grayscale version is #A3A3A3.

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

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

In the Yxy color space, this color is represented as Y: 46.76, x: 0.4428, and y: 0.4195.

Color Code #DCAD6A

#DCAD6Argb(220, 173, 106)
HEX
#DCAD6A
RGB
rgb(220, 173, 106)
HSL
hsl(35, 62%, 64%)
HSV
hsv(35, 52%, 86%)
CMYK
0%, 21%, 52%, 14%
XYZ
X: 49.36, Y: 46.76, Z: 15.35
Lab
L: 74.03, a: 11.91, b: 41.07
Name

Shades of Color #DCAD6A

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

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

#DCAD6Argb(220, 173, 106)

About #DCAD6A Color Code

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

  • HEX: #DCAD6A
  • RGB: rgb(220, 173, 106)
  • HSL: hsl(35, 62%, 64%)
  • HSV: hsv(35, 52%, 86%)
  • CMYK: 0.00% cyan, 21.00% magenta, 52.00% yellow, 14.00% black
  • XYZ: 49.36, 46.76, 15.35
  • Yxy: 46.76, 0.4428, 0.4195
  • Hunter Lab: 74.03, 11.91, 41.07
  • CIE-Lab: 74.03, 11.91, 41.07

In the XYZ color space, this color is represented as X: 49.36, Y: 46.76, Z: 15.35. The Yxy representation further refines this as Y: 46.76, x: 0.4428, and y: 0.4195.

In the Hunter Lab color space, this color is represented as L: 74.03, a: 11.91, and b: 41.07. Similarly, in the CIE-Lab color space, it is represented as L: 74.03, a: 11.91, and b: 41.07.

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

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

Analogous Colors of #DCAD6A

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

Split Complementary Colors of #DCAD6A

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

Tetradic Colors of #DCAD6A

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

Monochromatic Colors of #DCAD6A

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

Complementary Color of #DCAD6A

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

/* Using HEX */
body {
  background-color: #dcad6a;
}
/* Using RGB */
body {
  background-color: rgb(220, 173, 106);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 173, 106, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(35, 62%, 64%);
}
/* Text color */
p {
  color: #dcad6a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcad6a;
}
/* Border color */
.box {
  border: 4px solid #dcad6a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dcad6a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dcad6a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DCAD6A
On Black Background
#DCAD6A
On White Background
#DCAD6A

HTML Examples of #DCAD6A

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

Related Colors of #DCAD6A

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