Color: #D3A25E

#D3A25E Color Information

#D3A25E is a light color. The closest websafe version is #D3A25E. A complement of this color would be #5F8FD3, perceived brightness is 0.66, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 35°,a saturation of 57%, and a lightness of 60%.The HSV representation shows a hue of 35°, a saturation of 55%, and a value of 83%.

In a RGB color space, #D3A25E is composed of 83% red, 64% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 55% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 41.07, x: 0.4509, and y: 0.4217.

Color Code #D3A25E

#D3A25Ergb(211, 162, 94)
HEX
#D3A25E
RGB
rgb(211, 162, 94)
HSL
hsl(35, 57%, 60%)
HSV
hsv(35, 55%, 83%)
CMYK
0%, 23%, 55%, 17%
XYZ
X: 43.92, Y: 41.07, Z: 12.41
Lab
L: 70.23, a: 13.04, b: 42.31
Name

Shades of Color #D3A25E

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

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

#D3A25Ergb(211, 162, 94)

About #D3A25E Color Code

In the HSL color space, this color has a hue angle of 35°, a saturation of 57%, and a lightness of 60%. The HSV representation shows a hue of 35°, a saturation of 55%, and a value of 83%.

  • HEX: #D3A25E
  • RGB: rgb(211, 162, 94)
  • HSL: hsl(35, 57%, 60%)
  • HSV: hsv(35, 55%, 83%)
  • CMYK: 0.00% cyan, 23.00% magenta, 55.00% yellow, 17.00% black
  • XYZ: 43.92, 41.07, 12.41
  • Yxy: 41.07, 0.4509, 0.4217
  • Hunter Lab: 70.23, 13.04, 42.31
  • CIE-Lab: 70.23, 13.04, 42.31

In the XYZ color space, this color is represented as X: 43.92, Y: 41.07, Z: 12.41. The Yxy representation further refines this as Y: 41.07, x: 0.4509, and y: 0.4217.

In the Hunter Lab color space, this color is represented as L: 70.23, a: 13.04, and b: 42.31. Similarly, in the CIE-Lab color space, it is represented as L: 70.23, a: 13.04, and b: 42.31.

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

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

Analogous Colors of #D3A25E

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

Split Complementary Colors of #D3A25E

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

Tetradic Colors of #D3A25E

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

Monochromatic Colors of #D3A25E

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

Complementary Color of #D3A25E

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

/* Using HEX */
body {
  background-color: #d3a25e;
}
/* Using RGB */
body {
  background-color: rgb(211, 162, 94);
}
/* Using RGB with opacity */
body {
  background-color: rgba(211, 162, 94, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(35, 57%, 60%);
}
/* Text color */
p {
  color: #d3a25e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d3a25e;
}
/* Border color */
.box {
  border: 4px solid #d3a25e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d3a25e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d3a25e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D3A25E
On Black Background
#D3A25E
On White Background
#D3A25E

HTML Examples of #D3A25E

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

Related Colors of #D3A25E

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