Color: #DBA75D

#DBA75D Color Information

#DBA75D is a light color. The closest websafe version is #DBA75D. A complement of this color would be #5C91DB, perceived brightness is 0.68, and the grayscale version is #9C9C9C.

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

In a RGB color space, #DBA75D is composed of 86% red, 65% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 58% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 44.13, x: 0.4551, and y: 0.4242.

Color Code #DBA75D

#DBA75Drgb(219, 167, 93)
HEX
#DBA75D
RGB
rgb(219, 167, 93)
HSL
hsl(35, 64%, 61%)
HSV
hsv(35, 58%, 86%)
CMYK
0%, 24%, 58%, 14%
XYZ
X: 47.34, Y: 44.13, Z: 12.56
Lab
L: 72.31, a: 13.77, b: 45.49
Name

Shades of Color #DBA75D

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

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

#DBA75Drgb(219, 167, 93)

About #DBA75D Color Code

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

  • HEX: #DBA75D
  • RGB: rgb(219, 167, 93)
  • HSL: hsl(35, 64%, 61%)
  • HSV: hsv(35, 58%, 86%)
  • CMYK: 0.00% cyan, 24.00% magenta, 58.00% yellow, 14.00% black
  • XYZ: 47.34, 44.13, 12.56
  • Yxy: 44.13, 0.4551, 0.4242
  • Hunter Lab: 72.31, 13.77, 45.49
  • CIE-Lab: 72.31, 13.77, 45.49

In the XYZ color space, this color is represented as X: 47.34, Y: 44.13, Z: 12.56. The Yxy representation further refines this as Y: 44.13, x: 0.4551, and y: 0.4242.

In the Hunter Lab color space, this color is represented as L: 72.31, a: 13.77, and b: 45.49. Similarly, in the CIE-Lab color space, it is represented as L: 72.31, a: 13.77, and b: 45.49.

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

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

Analogous Colors of #DBA75D

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

Monochromatic Colors of #DBA75D

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

Complementary Color of #DBA75D

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

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

HTML Examples of #DBA75D

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

Related Colors of #DBA75D

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