Color: #DFB88B

#DFB88B Color Information

#DFB88B is a light color. The closest websafe version is #DFB88B. A complement of this color would be #8BB2DF, perceived brightness is 0.75, and the grayscale version is #B5B5B5.

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

In a RGB color space, #DFB88B is composed of 87% red, 72% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 38% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 52.35, x: 0.4154, and y: 0.4002.

Color Code #DFB88B

HEX
#DFB88B
RGB
rgb(223, 184, 139)
HSL
hsl(32, 57%, 71%)
HSV
hsv(32, 38%, 87%)
CMYK
0%, 17%, 38%, 13%
XYZ
X: 54.33, Y: 52.35, Z: 24.12
Lab
L: 77.49, a: 10.01, b: 28.45
Name

Shades of Color #DFB88B

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

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

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

  • HEX: #DFB88B
  • RGB: rgb(223, 184, 139)
  • HSL: hsl(32, 57%, 71%)
  • HSV: hsv(32, 38%, 87%)
  • CMYK: 0.00% cyan, 17.00% magenta, 38.00% yellow, 13.00% black
  • XYZ: 54.33, 52.35, 24.12
  • Yxy: 52.35, 0.4154, 0.4002
  • Hunter Lab: 77.49, 10.01, 28.45
  • CIE-Lab: 77.49, 10.01, 28.45

In the XYZ color space, this color is represented as X: 54.33, Y: 52.35, Z: 24.12. The Yxy representation further refines this as Y: 52.35, x: 0.4154, and y: 0.4002.

In the Hunter Lab color space, this color is represented as L: 77.49, a: 10.01, and b: 28.45. Similarly, in the CIE-Lab color space, it is represented as L: 77.49, a: 10.01, and b: 28.45.

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

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

Analogous Colors of #DFB88B

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

Monochromatic Colors of #DFB88B

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

Complementary Color of #DFB88B

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

/* Using HEX */
body {
  background-color: #dfb88b;
}
/* Using RGB */
body {
  background-color: rgb(223, 184, 139);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 184, 139, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 57%, 71%);
}
/* Text color */
p {
  color: #dfb88b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfb88b;
}

HTML Examples of #DFB88B

<!-- Using HEX -->
<div style="background-color: #dfb88b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(223, 184, 139); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(223, 184, 139, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(32, 57%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dfb88b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dfb88b; width: 100px; height: 100px;"></div>

Related Colors of #DFB88B

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