Color: #DFB67A

#DFB67A Color Information

#DFB67A is a light color. The closest websafe version is #DFB67A. A complement of this color would be #7CA3DF, perceived brightness is 0.73, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 36°,a saturation of 61%, and a lightness of 68%.The HSV representation shows a hue of 36°, a saturation of 45%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 51.13, x: 0.4287, and y: 0.4137.

Color Code #DFB67A

#DFB67Argb(223, 182, 122)
HEX
#DFB67A
RGB
rgb(223, 182, 122)
HSL
hsl(36, 61%, 68%)
HSV
hsv(36, 45%, 87%)
CMYK
0%, 18%, 45%, 13%
XYZ
X: 52.98, Y: 51.13, Z: 19.47
Lab
L: 76.76, a: 9.69, b: 36.35
Name

Shades of Color #DFB67A

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

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

#DFB67Argb(223, 182, 122)

About #DFB67A Color Code

In the HSL color space, this color has a hue angle of 36°, a saturation of 61%, and a lightness of 68%. The HSV representation shows a hue of 36°, a saturation of 45%, and a value of 87%.

  • HEX: #DFB67A
  • RGB: rgb(223, 182, 122)
  • HSL: hsl(36, 61%, 68%)
  • HSV: hsv(36, 45%, 87%)
  • CMYK: 0.00% cyan, 18.00% magenta, 45.00% yellow, 13.00% black
  • XYZ: 52.98, 51.13, 19.47
  • Yxy: 51.13, 0.4287, 0.4137
  • Hunter Lab: 76.76, 9.69, 36.35
  • CIE-Lab: 76.76, 9.69, 36.35

In the XYZ color space, this color is represented as X: 52.98, Y: 51.13, Z: 19.47. The Yxy representation further refines this as Y: 51.13, x: 0.4287, and y: 0.4137.

In the Hunter Lab color space, this color is represented as L: 76.76, a: 9.69, and b: 36.35. Similarly, in the CIE-Lab color space, it is represented as L: 76.76, a: 9.69, and b: 36.35.

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

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

Analogous Colors of #DFB67A

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

Split Complementary Colors of #DFB67A

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

Tetradic Colors of #DFB67A

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

Monochromatic Colors of #DFB67A

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

Complementary Color of #DFB67A

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

/* Using HEX */
body {
  background-color: #dfb67a;
}
/* Using RGB */
body {
  background-color: rgb(223, 182, 122);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 182, 122, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(36, 61%, 68%);
}
/* Text color */
p {
  color: #dfb67a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfb67a;
}
/* Border color */
.box {
  border: 4px solid #dfb67a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dfb67a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dfb67a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DFB67A
On Black Background
#DFB67A
On White Background
#DFB67A

HTML Examples of #DFB67A

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

Related Colors of #DFB67A

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