Color: #DFAC3F

#DFAC3F Color Information

#DFAC3F is a light color. The closest websafe version is #DFAC3F. A complement of this color would be #3F72DE, perceived brightness is 0.69, and the grayscale version is #8F8F8F.

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

In a RGB color space, #DFAC3F is composed of 87% red, 67% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 72% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 46.29, x: 0.4706, and y: 0.4466.

Color Code #DFAC3F

#DFAC3Frgb(223, 172, 63)
HEX
#DFAC3F
RGB
rgb(223, 172, 63)
HSL
hsl(41, 71%, 56%)
HSV
hsv(41, 72%, 87%)
CMYK
0%, 23%, 72%, 13%
XYZ
X: 48.78, Y: 46.29, Z: 8.58
Lab
L: 73.74, a: 11.60, b: 60.66
Name

Shades of Color #DFAC3F

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

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

#DFAC3Frgb(223, 172, 63)

About #DFAC3F Color Code

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

  • HEX: #DFAC3F
  • RGB: rgb(223, 172, 63)
  • HSL: hsl(41, 71%, 56%)
  • HSV: hsv(41, 72%, 87%)
  • CMYK: 0.00% cyan, 23.00% magenta, 72.00% yellow, 13.00% black
  • XYZ: 48.78, 46.29, 8.58
  • Yxy: 46.29, 0.4706, 0.4466
  • Hunter Lab: 73.74, 11.60, 60.66
  • CIE-Lab: 73.74, 11.60, 60.66

In the XYZ color space, this color is represented as X: 48.78, Y: 46.29, Z: 8.58. The Yxy representation further refines this as Y: 46.29, x: 0.4706, and y: 0.4466.

In the Hunter Lab color space, this color is represented as L: 73.74, a: 11.60, and b: 60.66. Similarly, in the CIE-Lab color space, it is represented as L: 73.74, a: 11.60, and b: 60.66.

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

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

Analogous Colors of #DFAC3F

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

Split Complementary Colors of #DFAC3F

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

Tetradic Colors of #DFAC3F

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

Monochromatic Colors of #DFAC3F

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

Complementary Color of #DFAC3F

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

/* Using HEX */
body {
  background-color: #dfac3f;
}
/* Using RGB */
body {
  background-color: rgb(223, 172, 63);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 172, 63, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(41, 71%, 56%);
}
/* Text color */
p {
  color: #dfac3f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfac3f;
}
/* Border color */
.box {
  border: 4px solid #dfac3f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dfac3f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dfac3f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DFAC3F
On Black Background
#DFAC3F
On White Background
#DFAC3F

HTML Examples of #DFAC3F

<!-- Using HEX -->
<div style="background-color: #dfac3f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(223, 172, 63); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(223, 172, 63, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(41, 71%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dfac3f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dfac3f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #dfac3f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #dfac3f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #dfac3f; color: #fff; padding: 16px; border-radius: 8px;">
  #DFAC3F
</div>
#DFAC3F
On Black Background
#DFAC3F
On White Background
#DFAC3F

Related Colors of #DFAC3F

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