Color: #DBA86B

#DBA86B Color Information

#DBA86B is a light color. The closest websafe version is #DBA86B. A complement of this color would be #6B9EDB, perceived brightness is 0.69, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 33°,a saturation of 61%, and a lightness of 64%.The HSV representation shows a hue of 33°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 44.72, x: 0.4448, and y: 0.4138.

Color Code #DBA86B

HEX
#DBA86B
RGB
rgb(219, 168, 107)
HSL
hsl(33, 61%, 64%)
HSV
hsv(33, 51%, 86%)
CMYK
0%, 23%, 51%, 14%
XYZ
X: 48.07, Y: 44.72, Z: 15.29
Lab
L: 72.71, a: 14.10, b: 38.93
Name

Shades of Color #DBA86B

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

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

About #DBA86B Color Code

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

  • HEX: #DBA86B
  • RGB: rgb(219, 168, 107)
  • HSL: hsl(33, 61%, 64%)
  • HSV: hsv(33, 51%, 86%)
  • CMYK: 0.00% cyan, 23.00% magenta, 51.00% yellow, 14.00% black
  • XYZ: 48.07, 44.72, 15.29
  • Yxy: 44.72, 0.4448, 0.4138
  • Hunter Lab: 72.71, 14.10, 38.93
  • CIE-Lab: 72.71, 14.10, 38.93

In the XYZ color space, this color is represented as X: 48.07, Y: 44.72, Z: 15.29. The Yxy representation further refines this as Y: 44.72, x: 0.4448, and y: 0.4138.

In the Hunter Lab color space, this color is represented as L: 72.71, a: 14.10, and b: 38.93. Similarly, in the CIE-Lab color space, it is represented as L: 72.71, a: 14.10, and b: 38.93.

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

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

Analogous Colors of #DBA86B

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

Monochromatic Colors of #DBA86B

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

Complementary Color of #DBA86B

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

/* Using HEX */
body {
  background-color: #dba86b;
}
/* Using RGB */
body {
  background-color: rgb(219, 168, 107);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 168, 107, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(33, 61%, 64%);
}
/* Text color */
p {
  color: #dba86b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dba86b;
}

HTML Examples of #DBA86B

<!-- Using HEX -->
<div style="background-color: #dba86b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 168, 107); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 168, 107, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(33, 61%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dba86b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dba86b; width: 100px; height: 100px;"></div>

Related Colors of #DBA86B

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