Color: #CDB753

#CDB753 Color Information

#CDB753 is a light color. The closest websafe version is #CDB753. A complement of this color would be #5168CD, perceived brightness is 0.70, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 49°,a saturation of 55%, and a lightness of 56%.The HSV representation shows a hue of 49°, a saturation of 60%, and a value of 80%.

In a RGB color space, #CDB753 is composed of 80% red, 72% green and 33% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 60% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 48.05, x: 0.4358, and y: 0.4543.

Color Code #CDB753

#CDB753rgb(205, 183, 83)
HEX
#CDB753
RGB
rgb(205, 183, 83)
HSL
hsl(49, 55%, 56%)
HSV
hsv(49, 60%, 80%)
CMYK
0%, 11%, 60%, 20%
XYZ
X: 46.09, Y: 48.05, Z: 11.63
Lab
L: 74.86, a: -0.68, b: 52.58
Name

Shades of Color #CDB753

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

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

#CDB753rgb(205, 183, 83)

About #CDB753 Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 55%, and a lightness of 56%. The HSV representation shows a hue of 49°, a saturation of 60%, and a value of 80%.

  • HEX: #CDB753
  • RGB: rgb(205, 183, 83)
  • HSL: hsl(49, 55%, 56%)
  • HSV: hsv(49, 60%, 80%)
  • CMYK: 0.00% cyan, 11.00% magenta, 60.00% yellow, 20.00% black
  • XYZ: 46.09, 48.05, 11.63
  • Yxy: 48.05, 0.4358, 0.4543
  • Hunter Lab: 74.86, -0.68, 52.58
  • CIE-Lab: 74.86, -0.68, 52.58

In the XYZ color space, this color is represented as X: 46.09, Y: 48.05, Z: 11.63. The Yxy representation further refines this as Y: 48.05, x: 0.4358, and y: 0.4543.

In the Hunter Lab color space, this color is represented as L: 74.86, a: -0.68, and b: 52.58. Similarly, in the CIE-Lab color space, it is represented as L: 74.86, a: -0.68, and b: 52.58.

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

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

Analogous Colors of #CDB753

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

Split Complementary Colors of #CDB753

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

Tetradic Colors of #CDB753

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

Monochromatic Colors of #CDB753

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

Complementary Color of #CDB753

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

/* Using HEX */
body {
  background-color: #cdb753;
}
/* Using RGB */
body {
  background-color: rgb(205, 183, 83);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 183, 83, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(49, 55%, 56%);
}
/* Text color */
p {
  color: #cdb753;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdb753;
}
/* Border color */
.box {
  border: 4px solid #cdb753;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdb753;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdb753;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDB753
On Black Background
#CDB753
On White Background
#CDB753

HTML Examples of #CDB753

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

Related Colors of #CDB753

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