Color: #D98F21

#D98F21 Color Information

#D98F21 is a light color. The closest websafe version is #D98F21. A complement of this color would be #206AD9, perceived brightness is 0.60, and the grayscale version is #7D7D7D.

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

In a RGB color space, #D98F21 is composed of 85% red, 56% green and 13% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 85% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 35.22, x: 0.5069, and y: 0.4349.

Color Code #D98F21

HEX
#D98F21
RGB
rgb(217, 143, 33)
HSL
hsl(36, 74%, 49%)
HSV
hsv(36, 85%, 85%)
CMYK
0%, 34%, 85%, 15%
XYZ
X: 41.05, Y: 35.22, Z: 4.72
Lab
L: 65.92, a: 23.04, b: 64.18
Name

Shades of Color #D98F21

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

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

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

  • HEX: #D98F21
  • RGB: rgb(217, 143, 33)
  • HSL: hsl(36, 74%, 49%)
  • HSV: hsv(36, 85%, 85%)
  • CMYK: 0.00% cyan, 34.00% magenta, 85.00% yellow, 15.00% black
  • XYZ: 41.05, 35.22, 4.72
  • Yxy: 35.22, 0.5069, 0.4349
  • Hunter Lab: 65.92, 23.04, 64.18
  • CIE-Lab: 65.92, 23.04, 64.18

In the XYZ color space, this color is represented as X: 41.05, Y: 35.22, Z: 4.72. The Yxy representation further refines this as Y: 35.22, x: 0.5069, and y: 0.4349.

In the Hunter Lab color space, this color is represented as L: 65.92, a: 23.04, and b: 64.18. Similarly, in the CIE-Lab color space, it is represented as L: 65.92, a: 23.04, and b: 64.18.

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

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

Analogous Colors of #D98F21

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

Monochromatic Colors of #D98F21

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

Complementary Color of #D98F21

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

/* Using HEX */
body {
  background-color: #d98f21;
}
/* Using RGB */
body {
  background-color: rgb(217, 143, 33);
}
/* Using RGB with opacity */
body {
  background-color: rgba(217, 143, 33, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(36, 74%, 49%);
}
/* Text color */
p {
  color: #d98f21;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d98f21;
}

HTML Examples of #D98F21

<!-- Using HEX -->
<div style="background-color: #d98f21; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(217, 143, 33); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(217, 143, 33, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(36, 74%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d98f21;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d98f21; width: 100px; height: 100px;"></div>

Related Colors of #D98F21

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