Color: #DFBA74

#DFBA74 Color Information

#DFBA74 is a light color. The closest websafe version is #DFBA74. A complement of this color would be #7298DF, perceived brightness is 0.74, and the grayscale version is #A9A9A9.

In the HSL color space, this color has a hue angle of 39°,a saturation of 63%, and a lightness of 66%.The HSV representation shows a hue of 39°, a saturation of 48%, and a value of 87%.

In a RGB color space, #DFBA74 is composed of 87% red, 73% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 48% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 52.68, x: 0.4303, and y: 0.4230.

Color Code #DFBA74

#DFBA74rgb(223, 186, 116)
HEX
#DFBA74
RGB
rgb(223, 186, 116)
HSL
hsl(39, 63%, 66%)
HSV
hsv(39, 48%, 87%)
CMYK
0%, 17%, 48%, 13%
XYZ
X: 53.58, Y: 52.68, Z: 18.27
Lab
L: 77.68, a: 7.27, b: 40.54
Name

Shades of Color #DFBA74

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

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

#DFBA74rgb(223, 186, 116)

About #DFBA74 Color Code

In the HSL color space, this color has a hue angle of 39°, a saturation of 63%, and a lightness of 66%. The HSV representation shows a hue of 39°, a saturation of 48%, and a value of 87%.

  • HEX: #DFBA74
  • RGB: rgb(223, 186, 116)
  • HSL: hsl(39, 63%, 66%)
  • HSV: hsv(39, 48%, 87%)
  • CMYK: 0.00% cyan, 17.00% magenta, 48.00% yellow, 13.00% black
  • XYZ: 53.58, 52.68, 18.27
  • Yxy: 52.68, 0.4303, 0.4230
  • Hunter Lab: 77.68, 7.27, 40.54
  • CIE-Lab: 77.68, 7.27, 40.54

In the XYZ color space, this color is represented as X: 53.58, Y: 52.68, Z: 18.27. The Yxy representation further refines this as Y: 52.68, x: 0.4303, and y: 0.4230.

In the Hunter Lab color space, this color is represented as L: 77.68, a: 7.27, and b: 40.54. Similarly, in the CIE-Lab color space, it is represented as L: 77.68, a: 7.27, and b: 40.54.

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

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

Analogous Colors of #DFBA74

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

Split Complementary Colors of #DFBA74

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

Tetradic Colors of #DFBA74

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

Monochromatic Colors of #DFBA74

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

Complementary Color of #DFBA74

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

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

HTML Examples of #DFBA74

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

Related Colors of #DFBA74

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