Color: #D6540F

#D6540F Color Information

#D6540F is a dark color. The closest websafe version is #D6540F. A complement of this color would be #0F91D7, perceived brightness is 0.45, and the grayscale version is #727272.

In the HSL color space, this color has a hue angle of 21°,a saturation of 87%, and a lightness of 45%.The HSV representation shows a hue of 21°, a saturation of 93%, and a value of 84%.

In a RGB color space, #D6540F is composed of 84% red, 33% green and 6% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 61% magenta, 93% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 21.35, x: 0.5828, and y: 0.3792.

Color Code #D6540F

#D6540Frgb(214, 84, 15)
HEX
#D6540F
RGB
rgb(214, 84, 15)
HSL
hsl(21, 87%, 45%)
HSV
hsv(21, 93%, 84%)
CMYK
0%, 61%, 93%, 16%
XYZ
X: 32.81, Y: 21.35, Z: 2.14
Lab
L: 53.33, a: 50.23, b: 60.34
Name

Shades of Color #D6540F

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

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

#D6540Frgb(214, 84, 15)

About #D6540F Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 87%, and a lightness of 45%. The HSV representation shows a hue of 21°, a saturation of 93%, and a value of 84%.

  • HEX: #D6540F
  • RGB: rgb(214, 84, 15)
  • HSL: hsl(21, 87%, 45%)
  • HSV: hsv(21, 93%, 84%)
  • CMYK: 0.00% cyan, 61.00% magenta, 93.00% yellow, 16.00% black
  • XYZ: 32.81, 21.35, 2.14
  • Yxy: 21.35, 0.5828, 0.3792
  • Hunter Lab: 53.33, 50.23, 60.34
  • CIE-Lab: 53.33, 50.23, 60.34

In the XYZ color space, this color is represented as X: 32.81, Y: 21.35, Z: 2.14. The Yxy representation further refines this as Y: 21.35, x: 0.5828, and y: 0.3792.

In the Hunter Lab color space, this color is represented as L: 53.33, a: 50.23, and b: 60.34. Similarly, in the CIE-Lab color space, it is represented as L: 53.33, a: 50.23, and b: 60.34.

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

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

Analogous Colors of #D6540F

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

Split Complementary Colors of #D6540F

Split complementary colors are two colors adjacent to the complementary color of #D6540F. They create a balanced and visually appealing color scheme.

Tetradic Colors of #D6540F

Tetradic colors form a rectangle on the color wheel, including #D6540F. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #D6540F

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

Complementary Color of #D6540F

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

/* Using HEX */
body {
  background-color: #d6540f;
}
/* Using RGB */
body {
  background-color: rgb(214, 84, 15);
}
/* Using RGB with opacity */
body {
  background-color: rgba(214, 84, 15, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 87%, 45%);
}
/* Text color */
p {
  color: #d6540f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d6540f;
}
/* Border color */
.box {
  border: 4px solid #d6540f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d6540f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d6540f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D6540F
On Black Background
#D6540F
On White Background
#D6540F

HTML Examples of #D6540F

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

Related Colors of #D6540F

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