Color: #DBA28D

#DBA28D Color Information

#DBA28D is a light color. The closest websafe version is #DBA28D. A complement of this color would be #8FC7DC, perceived brightness is 0.69, and the grayscale version is #B4B4B4.

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

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

In the Yxy color space, this color is represented as Y: 43.28, x: 0.4212, and y: 0.3750.

Color Code #DBA28D

#DBA28Drgb(219, 162, 141)
HEX
#DBA28D
RGB
rgb(219, 162, 141)
HSL
hsl(16, 52%, 71%)
HSV
hsv(16, 36%, 86%)
CMYK
0%, 26%, 36%, 14%
XYZ
X: 48.61, Y: 43.28, Z: 23.52
Lab
L: 71.74, a: 19.75, b: 19.67
Name

Shades of Color #DBA28D

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

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

#DBA28Drgb(219, 162, 141)

About #DBA28D Color Code

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

  • HEX: #DBA28D
  • RGB: rgb(219, 162, 141)
  • HSL: hsl(16, 52%, 71%)
  • HSV: hsv(16, 36%, 86%)
  • CMYK: 0.00% cyan, 26.00% magenta, 36.00% yellow, 14.00% black
  • XYZ: 48.61, 43.28, 23.52
  • Yxy: 43.28, 0.4212, 0.3750
  • Hunter Lab: 71.74, 19.75, 19.67
  • CIE-Lab: 71.74, 19.75, 19.67

In the XYZ color space, this color is represented as X: 48.61, Y: 43.28, Z: 23.52. The Yxy representation further refines this as Y: 43.28, x: 0.4212, and y: 0.3750.

In the Hunter Lab color space, this color is represented as L: 71.74, a: 19.75, and b: 19.67. Similarly, in the CIE-Lab color space, it is represented as L: 71.74, a: 19.75, and b: 19.67.

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

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

Analogous Colors of #DBA28D

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

Monochromatic Colors of #DBA28D

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

Complementary Color of #DBA28D

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

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

HTML Examples of #DBA28D

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

Related Colors of #DBA28D

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