Color: #CDB75C

#CDB75C Color Information

#CDB75C is a light color. The closest websafe version is #CDB75C. A complement of this color would be #5B72CD, perceived brightness is 0.70, and the grayscale version is #949494.

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

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

In the Yxy color space, this color is represented as Y: 48.18, x: 0.4309, and y: 0.4475.

Color Code #CDB75C

#CDB75Crgb(205, 183, 92)
HEX
#CDB75C
RGB
rgb(205, 183, 92)
HSL
hsl(48, 53%, 58%)
HSV
hsv(48, 55%, 80%)
CMYK
0%, 11%, 55%, 20%
XYZ
X: 46.39, Y: 48.18, Z: 13.09
Lab
L: 74.94, a: -0.19, b: 48.52
Name

Shades of Color #CDB75C

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

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

#CDB75Crgb(205, 183, 92)

About #CDB75C Color Code

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

  • HEX: #CDB75C
  • RGB: rgb(205, 183, 92)
  • HSL: hsl(48, 53%, 58%)
  • HSV: hsv(48, 55%, 80%)
  • CMYK: 0.00% cyan, 11.00% magenta, 55.00% yellow, 20.00% black
  • XYZ: 46.39, 48.18, 13.09
  • Yxy: 48.18, 0.4309, 0.4475
  • Hunter Lab: 74.94, -0.19, 48.52
  • CIE-Lab: 74.94, -0.19, 48.52

In the XYZ color space, this color is represented as X: 46.39, Y: 48.18, Z: 13.09. The Yxy representation further refines this as Y: 48.18, x: 0.4309, and y: 0.4475.

In the Hunter Lab color space, this color is represented as L: 74.94, a: -0.19, and b: 48.52. Similarly, in the CIE-Lab color space, it is represented as L: 74.94, a: -0.19, and b: 48.52.

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

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

Analogous Colors of #CDB75C

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

Split Complementary Colors of #CDB75C

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

Tetradic Colors of #CDB75C

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

Monochromatic Colors of #CDB75C

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

Complementary Color of #CDB75C

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

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

HTML Examples of #CDB75C

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

Related Colors of #CDB75C

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