Color: #DBA02A

#DBA02A Color Information

#DBA02A is a light color. The closest websafe version is #DBA02A. A complement of this color would be #2964DB, perceived brightness is 0.64, and the grayscale version is #838383.

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

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

In the Yxy color space, this color is represented as Y: 41.10, x: 0.4870, and y: 0.4472.

Color Code #DBA02A

HEX
#DBA02A
RGB
rgb(219, 160, 42)
HSL
hsl(40, 71%, 51%)
HSV
hsv(40, 81%, 86%)
CMYK
0%, 27%, 81%, 14%
XYZ
X: 44.76, Y: 41.10, Z: 6.05
Lab
L: 70.25, a: 15.38, b: 64.98
Name

Shades of Color #DBA02A

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

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

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

  • HEX: #DBA02A
  • RGB: rgb(219, 160, 42)
  • HSL: hsl(40, 71%, 51%)
  • HSV: hsv(40, 81%, 86%)
  • CMYK: 0.00% cyan, 27.00% magenta, 81.00% yellow, 14.00% black
  • XYZ: 44.76, 41.10, 6.05
  • Yxy: 41.10, 0.4870, 0.4472
  • Hunter Lab: 70.25, 15.38, 64.98
  • CIE-Lab: 70.25, 15.38, 64.98

In the XYZ color space, this color is represented as X: 44.76, Y: 41.10, Z: 6.05. The Yxy representation further refines this as Y: 41.10, x: 0.4870, and y: 0.4472.

In the Hunter Lab color space, this color is represented as L: 70.25, a: 15.38, and b: 64.98. Similarly, in the CIE-Lab color space, it is represented as L: 70.25, a: 15.38, and b: 64.98.

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

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

Analogous Colors of #DBA02A

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

Monochromatic Colors of #DBA02A

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

Complementary Color of #DBA02A

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

/* Using HEX */
body {
  background-color: #dba02a;
}
/* Using RGB */
body {
  background-color: rgb(219, 160, 42);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 160, 42, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 71%, 51%);
}
/* Text color */
p {
  color: #dba02a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dba02a;
}

HTML Examples of #DBA02A

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

Related Colors of #DBA02A

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