Color: #DBA064

#DBA064 Color Information

#DBA064 is a light color. The closest websafe version is #DBA064. A complement of this color would be #66A1DB, perceived brightness is 0.67, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 30°,a saturation of 62%, and a lightness of 63%.The HSV representation shows a hue of 30°, a saturation of 54%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 41.73, x: 0.4558, and y: 0.4112.

Color Code #DBA064

#DBA064rgb(219, 160, 100)
HEX
#DBA064
RGB
rgb(219, 160, 100)
HSL
hsl(30, 62%, 63%)
HSV
hsv(30, 54%, 86%)
CMYK
0%, 27%, 54%, 14%
XYZ
X: 46.25, Y: 41.73, Z: 13.50
Lab
L: 70.69, a: 17.74, b: 40.07
Name

Shades of Color #DBA064

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

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

#DBA064rgb(219, 160, 100)

About #DBA064 Color Code

In the HSL color space, this color has a hue angle of 30°, a saturation of 62%, and a lightness of 63%. The HSV representation shows a hue of 30°, a saturation of 54%, and a value of 86%.

  • HEX: #DBA064
  • RGB: rgb(219, 160, 100)
  • HSL: hsl(30, 62%, 63%)
  • HSV: hsv(30, 54%, 86%)
  • CMYK: 0.00% cyan, 27.00% magenta, 54.00% yellow, 14.00% black
  • XYZ: 46.25, 41.73, 13.50
  • Yxy: 41.73, 0.4558, 0.4112
  • Hunter Lab: 70.69, 17.74, 40.07
  • CIE-Lab: 70.69, 17.74, 40.07

In the XYZ color space, this color is represented as X: 46.25, Y: 41.73, Z: 13.50. The Yxy representation further refines this as Y: 41.73, x: 0.4558, and y: 0.4112.

In the Hunter Lab color space, this color is represented as L: 70.69, a: 17.74, and b: 40.07. Similarly, in the CIE-Lab color space, it is represented as L: 70.69, a: 17.74, and b: 40.07.

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

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

Analogous Colors of #DBA064

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

Monochromatic Colors of #DBA064

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

Complementary Color of #DBA064

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

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

HTML Examples of #DBA064

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

Related Colors of #DBA064

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