Color: #D0796C

#D0796C Color Information

#D0796C is a light color. The closest websafe version is #D0796C. A complement of this color would be #6CC3D0, perceived brightness is 0.57, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 8°,a saturation of 52%, and a lightness of 62%.The HSV representation shows a hue of 8°, a saturation of 48%, and a value of 82%.

In a RGB color space, #D0796C is composed of 82% red, 47% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 42% magenta, 48% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 28.65, x: 0.4678, and y: 0.3622.

Color Code #D0796C

#D0796Crgb(208, 121, 108)
HEX
#D0796C
RGB
rgb(208, 121, 108)
HSL
hsl(8, 52%, 62%)
HSV
hsv(8, 48%, 82%)
CMYK
0%, 42%, 48%, 18%
XYZ
X: 37.01, Y: 28.65, Z: 13.45
Lab
L: 60.47, a: 33.76, b: 22.61
Name

Shades of Color #D0796C

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

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

#D0796Crgb(208, 121, 108)

About #D0796C Color Code

In the HSL color space, this color has a hue angle of 8°, a saturation of 52%, and a lightness of 62%. The HSV representation shows a hue of 8°, a saturation of 48%, and a value of 82%.

  • HEX: #D0796C
  • RGB: rgb(208, 121, 108)
  • HSL: hsl(8, 52%, 62%)
  • HSV: hsv(8, 48%, 82%)
  • CMYK: 0.00% cyan, 42.00% magenta, 48.00% yellow, 18.00% black
  • XYZ: 37.01, 28.65, 13.45
  • Yxy: 28.65, 0.4678, 0.3622
  • Hunter Lab: 60.47, 33.76, 22.61
  • CIE-Lab: 60.47, 33.76, 22.61

In the XYZ color space, this color is represented as X: 37.01, Y: 28.65, Z: 13.45. The Yxy representation further refines this as Y: 28.65, x: 0.4678, and y: 0.3622.

In the Hunter Lab color space, this color is represented as L: 60.47, a: 33.76, and b: 22.61. Similarly, in the CIE-Lab color space, it is represented as L: 60.47, a: 33.76, and b: 22.61.

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

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

Analogous Colors of #D0796C

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

Split Complementary Colors of #D0796C

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

Tetradic Colors of #D0796C

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

Monochromatic Colors of #D0796C

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

Complementary Color of #D0796C

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

/* Using HEX */
body {
  background-color: #d0796c;
}
/* Using RGB */
body {
  background-color: rgb(208, 121, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(208, 121, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(8, 52%, 62%);
}
/* Text color */
p {
  color: #d0796c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d0796c;
}
/* Border color */
.box {
  border: 4px solid #d0796c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d0796c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d0796c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D0796C
On Black Background
#D0796C
On White Background
#D0796C

HTML Examples of #D0796C

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

Related Colors of #D0796C

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