Color: #DBA473

#DBA473 Color Information

#DBA473 is a light color. The closest websafe version is #DBA473. A complement of this color would be #71A9DA, perceived brightness is 0.69, and the grayscale version is #A7A7A7.

In the HSL color space, this color has a hue angle of 28°,a saturation of 59%, and a lightness of 65%.The HSV representation shows a hue of 28°, a saturation of 47%, and a value of 86%.

In a RGB color space, #DBA473 is composed of 86% red, 64% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 47% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 43.41, x: 0.4416, and y: 0.4024.

Color Code #DBA473

#DBA473rgb(219, 164, 115)
HEX
#DBA473
RGB
rgb(219, 164, 115)
HSL
hsl(28, 59%, 65%)
HSV
hsv(28, 47%, 86%)
CMYK
0%, 25%, 47%, 14%
XYZ
X: 47.64, Y: 43.41, Z: 16.84
Lab
L: 71.84, a: 16.67, b: 33.70
Name

Shades of Color #DBA473

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

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

#DBA473rgb(219, 164, 115)

About #DBA473 Color Code

In the HSL color space, this color has a hue angle of 28°, a saturation of 59%, and a lightness of 65%. The HSV representation shows a hue of 28°, a saturation of 47%, and a value of 86%.

  • HEX: #DBA473
  • RGB: rgb(219, 164, 115)
  • HSL: hsl(28, 59%, 65%)
  • HSV: hsv(28, 47%, 86%)
  • CMYK: 0.00% cyan, 25.00% magenta, 47.00% yellow, 14.00% black
  • XYZ: 47.64, 43.41, 16.84
  • Yxy: 43.41, 0.4416, 0.4024
  • Hunter Lab: 71.84, 16.67, 33.70
  • CIE-Lab: 71.84, 16.67, 33.70

In the XYZ color space, this color is represented as X: 47.64, Y: 43.41, Z: 16.84. The Yxy representation further refines this as Y: 43.41, x: 0.4416, and y: 0.4024.

In the Hunter Lab color space, this color is represented as L: 71.84, a: 16.67, and b: 33.70. Similarly, in the CIE-Lab color space, it is represented as L: 71.84, a: 16.67, and b: 33.70.

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

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

Analogous Colors of #DBA473

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

Split Complementary Colors of #DBA473

Split complementary colors are two colors adjacent to the complementary color of #DBA473. They create a balanced and visually appealing color scheme.

Tetradic Colors of #DBA473

Tetradic colors form a rectangle on the color wheel, including #DBA473. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #DBA473

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

Complementary Color of #DBA473

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

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

HTML Examples of #DBA473

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

Related Colors of #DBA473

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