Color: #DBA78C

#DBA78C Color Information

#DBA78C is a light color. The closest websafe version is #DBA78C. A complement of this color would be #8BBEDA, perceived brightness is 0.70, and the grayscale version is #B3B3B3.

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

In a RGB color space, #DBA78C is composed of 86% red, 65% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 36% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 45.05, x: 0.4195, and y: 0.3817.

Color Code #DBA78C

#DBA78Crgb(219, 167, 140)
HEX
#DBA78C
RGB
rgb(219, 167, 140)
HSL
hsl(21, 52%, 70%)
HSV
hsv(21, 36%, 86%)
CMYK
0%, 24%, 36%, 14%
XYZ
X: 49.52, Y: 45.05, Z: 23.47
Lab
L: 72.93, a: 17.11, b: 21.80
Name

Shades of Color #DBA78C

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

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

#DBA78Crgb(219, 167, 140)

About #DBA78C Color Code

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

  • HEX: #DBA78C
  • RGB: rgb(219, 167, 140)
  • HSL: hsl(21, 52%, 70%)
  • HSV: hsv(21, 36%, 86%)
  • CMYK: 0.00% cyan, 24.00% magenta, 36.00% yellow, 14.00% black
  • XYZ: 49.52, 45.05, 23.47
  • Yxy: 45.05, 0.4195, 0.3817
  • Hunter Lab: 72.93, 17.11, 21.80
  • CIE-Lab: 72.93, 17.11, 21.80

In the XYZ color space, this color is represented as X: 49.52, Y: 45.05, Z: 23.47. The Yxy representation further refines this as Y: 45.05, x: 0.4195, and y: 0.3817.

In the Hunter Lab color space, this color is represented as L: 72.93, a: 17.11, and b: 21.80. Similarly, in the CIE-Lab color space, it is represented as L: 72.93, a: 17.11, and b: 21.80.

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

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

Analogous Colors of #DBA78C

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

Monochromatic Colors of #DBA78C

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

Complementary Color of #DBA78C

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

/* Using HEX */
body {
  background-color: #dba78c;
}
/* Using RGB */
body {
  background-color: rgb(219, 167, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 167, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 52%, 70%);
}
/* Text color */
p {
  color: #dba78c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dba78c;
}
/* Border color */
.box {
  border: 4px solid #dba78c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dba78c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dba78c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBA78C
On Black Background
#DBA78C
On White Background
#DBA78C

HTML Examples of #DBA78C

<!-- Using HEX -->
<div style="background-color: #dba78c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 167, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 167, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(21, 52%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dba78c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dba78c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #dba78c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #dba78c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #dba78c; color: #fff; padding: 16px; border-radius: 8px;">
  #DBA78C
</div>
#DBA78C
On Black Background
#DBA78C
On White Background
#DBA78C

Related Colors of #DBA78C

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