Color: #DBA859

#DBA859 Color Information

#DBA859 is a light color. The closest websafe version is #DBA859. A complement of this color would be #588CDA, perceived brightness is 0.68, and the grayscale version is #9A9A9A.

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

In a RGB color space, #DBA859 is composed of 86% red, 66% green and 35% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 59% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 44.44, x: 0.4568, and y: 0.4283.

Color Code #DBA859

#DBA859rgb(219, 168, 89)
HEX
#DBA859
RGB
rgb(219, 168, 89)
HSL
hsl(36, 64%, 60%)
HSV
hsv(36, 59%, 86%)
CMYK
0%, 23%, 59%, 14%
XYZ
X: 47.40, Y: 44.44, Z: 11.92
Lab
L: 72.52, a: 13.05, b: 47.67
Name

Shades of Color #DBA859

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

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

#DBA859rgb(219, 168, 89)

About #DBA859 Color Code

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

  • HEX: #DBA859
  • RGB: rgb(219, 168, 89)
  • HSL: hsl(36, 64%, 60%)
  • HSV: hsv(36, 59%, 86%)
  • CMYK: 0.00% cyan, 23.00% magenta, 59.00% yellow, 14.00% black
  • XYZ: 47.40, 44.44, 11.92
  • Yxy: 44.44, 0.4568, 0.4283
  • Hunter Lab: 72.52, 13.05, 47.67
  • CIE-Lab: 72.52, 13.05, 47.67

In the XYZ color space, this color is represented as X: 47.40, Y: 44.44, Z: 11.92. The Yxy representation further refines this as Y: 44.44, x: 0.4568, and y: 0.4283.

In the Hunter Lab color space, this color is represented as L: 72.52, a: 13.05, and b: 47.67. Similarly, in the CIE-Lab color space, it is represented as L: 72.52, a: 13.05, and b: 47.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 #DBA859

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

Analogous Colors of #DBA859

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

Split Complementary Colors of #DBA859

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

Tetradic Colors of #DBA859

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

Monochromatic Colors of #DBA859

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

Complementary Color of #DBA859

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

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

HTML Examples of #DBA859

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

Related Colors of #DBA859

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