Color: #DCB98F

#DCB98F Color Information

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

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

In a RGB color space, #DCB98F is composed of 86% red, 73% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 35% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 52.37, x: 0.4092, and y: 0.3982.

Color Code #DCB98F

HEX
#DCB98F
RGB
rgb(220, 185, 143)
HSL
hsl(33, 52%, 71%)
HSV
hsv(33, 35%, 86%)
CMYK
0%, 16%, 35%, 14%
XYZ
X: 53.82, Y: 52.37, Z: 25.32
Lab
L: 77.50, a: 8.66, b: 26.30
Name

Shades of Color #DCB98F

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

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

In the HSL color space, this color has a hue angle of 33°, a saturation of 52%, and a lightness of 71%. The HSV representation shows a hue of 33°, a saturation of 35%, and a value of 86%.

  • HEX: #DCB98F
  • RGB: rgb(220, 185, 143)
  • HSL: hsl(33, 52%, 71%)
  • HSV: hsv(33, 35%, 86%)
  • CMYK: 0.00% cyan, 16.00% magenta, 35.00% yellow, 14.00% black
  • XYZ: 53.82, 52.37, 25.32
  • Yxy: 52.37, 0.4092, 0.3982
  • Hunter Lab: 77.50, 8.66, 26.30
  • CIE-Lab: 77.50, 8.66, 26.30

In the XYZ color space, this color is represented as X: 53.82, Y: 52.37, Z: 25.32. The Yxy representation further refines this as Y: 52.37, x: 0.4092, and y: 0.3982.

In the Hunter Lab color space, this color is represented as L: 77.50, a: 8.66, and b: 26.30. Similarly, in the CIE-Lab color space, it is represented as L: 77.50, a: 8.66, and b: 26.30.

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

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

Analogous Colors of #DCB98F

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

Monochromatic Colors of #DCB98F

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

Complementary Color of #DCB98F

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

/* Using HEX */
body {
  background-color: #dcb98f;
}
/* Using RGB */
body {
  background-color: rgb(220, 185, 143);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 185, 143, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(33, 52%, 71%);
}
/* Text color */
p {
  color: #dcb98f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcb98f;
}

HTML Examples of #DCB98F

<!-- Using HEX -->
<div style="background-color: #dcb98f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(220, 185, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(220, 185, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(33, 52%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dcb98f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dcb98f; width: 100px; height: 100px;"></div>

Related Colors of #DCB98F

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