Color: #CDBB83

#CDBB83 Color Information

#CDBB83 is a light color. The closest websafe version is #CDBB83. A complement of this color would be #8396CE, perceived brightness is 0.73, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 45°,a saturation of 43%, and a lightness of 66%.The HSV representation shows a hue of 45°, a saturation of 36%, and a value of 80%.

In a RGB color space, #CDBB83 is composed of 80% red, 73% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 36% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 50.58, x: 0.4034, and y: 0.4164.

Color Code #CDBB83

#CDBB83rgb(205, 187, 131)
HEX
#CDBB83
RGB
rgb(205, 187, 131)
HSL
hsl(45, 43%, 66%)
HSV
hsv(45, 36%, 80%)
CMYK
0%, 9%, 36%, 20%
XYZ
X: 49.00, Y: 50.58, Z: 21.89
Lab
L: 76.43, a: 0.63, b: 30.86
Name

Shades of Color #CDBB83

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

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

#CDBB83rgb(205, 187, 131)

About #CDBB83 Color Code

In the HSL color space, this color has a hue angle of 45°, a saturation of 43%, and a lightness of 66%. The HSV representation shows a hue of 45°, a saturation of 36%, and a value of 80%.

  • HEX: #CDBB83
  • RGB: rgb(205, 187, 131)
  • HSL: hsl(45, 43%, 66%)
  • HSV: hsv(45, 36%, 80%)
  • CMYK: 0.00% cyan, 9.00% magenta, 36.00% yellow, 20.00% black
  • XYZ: 49.00, 50.58, 21.89
  • Yxy: 50.58, 0.4034, 0.4164
  • Hunter Lab: 76.43, 0.63, 30.86
  • CIE-Lab: 76.43, 0.63, 30.86

In the XYZ color space, this color is represented as X: 49.00, Y: 50.58, Z: 21.89. The Yxy representation further refines this as Y: 50.58, x: 0.4034, and y: 0.4164.

In the Hunter Lab color space, this color is represented as L: 76.43, a: 0.63, and b: 30.86. Similarly, in the CIE-Lab color space, it is represented as L: 76.43, a: 0.63, and b: 30.86.

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

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

Analogous Colors of #CDBB83

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

Split Complementary Colors of #CDBB83

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

Tetradic Colors of #CDBB83

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

Monochromatic Colors of #CDBB83

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

Complementary Color of #CDBB83

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

/* Using HEX */
body {
  background-color: #cdbb83;
}
/* Using RGB */
body {
  background-color: rgb(205, 187, 131);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 187, 131, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 43%, 66%);
}
/* Text color */
p {
  color: #cdbb83;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdbb83;
}
/* Border color */
.box {
  border: 4px solid #cdbb83;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdbb83;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdbb83;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDBB83
On Black Background
#CDBB83
On White Background
#CDBB83

HTML Examples of #CDBB83

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

Related Colors of #CDBB83

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