Color: #DB550D

#DB550D Color Information

#DB550D is a dark color. The closest websafe version is #DB550D. A complement of this color would be #0D91D9, perceived brightness is 0.46, and the grayscale version is #747474.

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

In a RGB color space, #DB550D is composed of 86% red, 33% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 61% magenta, 94% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 22.30, x: 0.5848, and y: 0.3785.

Color Code #DB550D

HEX
#DB550D
RGB
rgb(219, 85, 13)
HSL
hsl(21, 89%, 45%)
HSV
hsv(21, 94%, 86%)
CMYK
0%, 61%, 94%, 14%
XYZ
X: 34.45, Y: 22.30, Z: 2.16
Lab
L: 54.34, a: 51.58, b: 61.93
Name

Shades of Color #DB550D

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

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

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

  • HEX: #DB550D
  • RGB: rgb(219, 85, 13)
  • HSL: hsl(21, 89%, 45%)
  • HSV: hsv(21, 94%, 86%)
  • CMYK: 0.00% cyan, 61.00% magenta, 94.00% yellow, 14.00% black
  • XYZ: 34.45, 22.30, 2.16
  • Yxy: 22.30, 0.5848, 0.3785
  • Hunter Lab: 54.34, 51.58, 61.93
  • CIE-Lab: 54.34, 51.58, 61.93

In the XYZ color space, this color is represented as X: 34.45, Y: 22.30, Z: 2.16. The Yxy representation further refines this as Y: 22.30, x: 0.5848, and y: 0.3785.

In the Hunter Lab color space, this color is represented as L: 54.34, a: 51.58, and b: 61.93. Similarly, in the CIE-Lab color space, it is represented as L: 54.34, a: 51.58, and b: 61.93.

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

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

Analogous Colors of #DB550D

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

Monochromatic Colors of #DB550D

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

Complementary Color of #DB550D

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

/* Using HEX */
body {
  background-color: #db550d;
}
/* Using RGB */
body {
  background-color: rgb(219, 85, 13);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 85, 13, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 89%, 45%);
}
/* Text color */
p {
  color: #db550d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db550d;
}

HTML Examples of #DB550D

<!-- Using HEX -->
<div style="background-color: #db550d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 85, 13); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 85, 13, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(21, 89%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #db550d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #db550d; width: 100px; height: 100px;"></div>

Related Colors of #DB550D

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