Color: #DBA080

#DBA080 Color Information

#DBA080 is a light color. The closest websafe version is #DBA080. A complement of this color would be #80BBDB, perceived brightness is 0.68, and the grayscale version is #ADADAD.

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

In a RGB color space, #DBA080 is composed of 86% red, 63% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 42% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 42.27, x: 0.4335, and y: 0.3856.

Color Code #DBA080

#DBA080rgb(219, 160, 128)
HEX
#DBA080
RGB
rgb(219, 160, 128)
HSL
hsl(21, 56%, 68%)
HSV
hsv(21, 42%, 86%)
CMYK
0%, 27%, 42%, 14%
XYZ
X: 47.52, Y: 42.27, Z: 19.82
Lab
L: 71.06, a: 19.69, b: 25.79
Name

Shades of Color #DBA080

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

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

#DBA080rgb(219, 160, 128)

About #DBA080 Color Code

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

  • HEX: #DBA080
  • RGB: rgb(219, 160, 128)
  • HSL: hsl(21, 56%, 68%)
  • HSV: hsv(21, 42%, 86%)
  • CMYK: 0.00% cyan, 27.00% magenta, 42.00% yellow, 14.00% black
  • XYZ: 47.52, 42.27, 19.82
  • Yxy: 42.27, 0.4335, 0.3856
  • Hunter Lab: 71.06, 19.69, 25.79
  • CIE-Lab: 71.06, 19.69, 25.79

In the XYZ color space, this color is represented as X: 47.52, Y: 42.27, Z: 19.82. The Yxy representation further refines this as Y: 42.27, x: 0.4335, and y: 0.3856.

In the Hunter Lab color space, this color is represented as L: 71.06, a: 19.69, and b: 25.79. Similarly, in the CIE-Lab color space, it is represented as L: 71.06, a: 19.69, and b: 25.79.

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

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

Analogous Colors of #DBA080

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

Monochromatic Colors of #DBA080

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

Complementary Color of #DBA080

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

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

HTML Examples of #DBA080

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

Related Colors of #DBA080

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