Color: #DFA13C

#DFA13C Color Information

#DFA13C is a light color. The closest websafe version is #DFA13C. A complement of this color would be #3A79DF, perceived brightness is 0.66, and the grayscale version is #8E8E8E.

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

In a RGB color space, #DFA13C is composed of 87% red, 63% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 73% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 42.24, x: 0.4823, and y: 0.4377.

Color Code #DFA13C

HEX
#DFA13C
RGB
rgb(223, 161, 60)
HSL
hsl(37, 72%, 55%)
HSV
hsv(37, 73%, 87%)
CMYK
0%, 28%, 73%, 13%
XYZ
X: 46.55, Y: 42.24, Z: 7.72
Lab
L: 71.04, a: 17.07, b: 59.29
Name

Shades of Color #DFA13C

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

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

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

  • HEX: #DFA13C
  • RGB: rgb(223, 161, 60)
  • HSL: hsl(37, 72%, 55%)
  • HSV: hsv(37, 73%, 87%)
  • CMYK: 0.00% cyan, 28.00% magenta, 73.00% yellow, 13.00% black
  • XYZ: 46.55, 42.24, 7.72
  • Yxy: 42.24, 0.4823, 0.4377
  • Hunter Lab: 71.04, 17.07, 59.29
  • CIE-Lab: 71.04, 17.07, 59.29

In the XYZ color space, this color is represented as X: 46.55, Y: 42.24, Z: 7.72. The Yxy representation further refines this as Y: 42.24, x: 0.4823, and y: 0.4377.

In the Hunter Lab color space, this color is represented as L: 71.04, a: 17.07, and b: 59.29. Similarly, in the CIE-Lab color space, it is represented as L: 71.04, a: 17.07, and b: 59.29.

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

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

Analogous Colors of #DFA13C

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

Monochromatic Colors of #DFA13C

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

Complementary Color of #DFA13C

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

/* Using HEX */
body {
  background-color: #dfa13c;
}
/* Using RGB */
body {
  background-color: rgb(223, 161, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 161, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 72%, 55%);
}
/* Text color */
p {
  color: #dfa13c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfa13c;
}

HTML Examples of #DFA13C

<!-- Using HEX -->
<div style="background-color: #dfa13c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(223, 161, 60); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(223, 161, 60, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(37, 72%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dfa13c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dfa13c; width: 100px; height: 100px;"></div>

Related Colors of #DFA13C

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