Color: #DBA020

#DBA020 Color Information

#DBA020 is a light color. The closest websafe version is #DBA020. A complement of this color would be #1F5BDB, perceived brightness is 0.64, and the grayscale version is #7E7E7E.

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

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

In the Yxy color space, this color is represented as Y: 41.05, x: 0.4898, and y: 0.4506.

Color Code #DBA020

HEX
#DBA020
RGB
rgb(219, 160, 32)
HSL
hsl(41, 75%, 49%)
HSV
hsv(41, 85%, 86%)
CMYK
0%, 27%, 85%, 14%
XYZ
X: 44.63, Y: 41.05, Z: 5.43
Lab
L: 70.21, a: 15.18, b: 67.89
Name

Shades of Color #DBA020

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

Tints are created by lightening the original color #DBA020 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 #DBA020 Color Code

In the HSL color space, this color has a hue angle of 41°, a saturation of 75%, and a lightness of 49%. The HSV representation shows a hue of 41°, a saturation of 85%, and a value of 86%.

  • HEX: #DBA020
  • RGB: rgb(219, 160, 32)
  • HSL: hsl(41, 75%, 49%)
  • HSV: hsv(41, 85%, 86%)
  • CMYK: 0.00% cyan, 27.00% magenta, 85.00% yellow, 14.00% black
  • XYZ: 44.63, 41.05, 5.43
  • Yxy: 41.05, 0.4898, 0.4506
  • Hunter Lab: 70.21, 15.18, 67.89
  • CIE-Lab: 70.21, 15.18, 67.89

In the XYZ color space, this color is represented as X: 44.63, Y: 41.05, Z: 5.43. The Yxy representation further refines this as Y: 41.05, x: 0.4898, and y: 0.4506.

In the Hunter Lab color space, this color is represented as L: 70.21, a: 15.18, and b: 67.89. Similarly, in the CIE-Lab color space, it is represented as L: 70.21, a: 15.18, and b: 67.89.

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

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

Analogous Colors of #DBA020

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

Monochromatic Colors of #DBA020

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

Complementary Color of #DBA020

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

/* Using HEX */
body {
  background-color: #dba020;
}
/* Using RGB */
body {
  background-color: rgb(219, 160, 32);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 160, 32, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(41, 75%, 49%);
}
/* Text color */
p {
  color: #dba020;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dba020;
}

HTML Examples of #DBA020

<!-- Using HEX -->
<div style="background-color: #dba020; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 160, 32); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 160, 32, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(41, 75%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dba020;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dba020; width: 100px; height: 100px;"></div>

Related Colors of #DBA020

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