Color: #CDA01C

#CDA01C Color Information

#CDA01C is a light color. The closest websafe version is #CDA01C. A complement of this color would be #1C49CE, perceived brightness is 0.62, and the grayscale version is #747474.

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

In a RGB color space, #CDA01C is composed of 80% red, 63% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 86% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 38.85, x: 0.4785, and y: 0.4611.

Color Code #CDA01C

#CDA01Crgb(205, 160, 28)
HEX
#CDA01C
RGB
rgb(205, 160, 28)
HSL
hsl(45, 76%, 46%)
HSV
hsv(45, 86%, 80%)
CMYK
0%, 22%, 86%, 20%
XYZ
X: 40.32, Y: 38.85, Z: 5.09
Lab
L: 68.65, a: 9.06, b: 66.90
Name

Shades of Color #CDA01C

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

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

#CDA01Crgb(205, 160, 28)

About #CDA01C Color Code

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

  • HEX: #CDA01C
  • RGB: rgb(205, 160, 28)
  • HSL: hsl(45, 76%, 46%)
  • HSV: hsv(45, 86%, 80%)
  • CMYK: 0.00% cyan, 22.00% magenta, 86.00% yellow, 20.00% black
  • XYZ: 40.32, 38.85, 5.09
  • Yxy: 38.85, 0.4785, 0.4611
  • Hunter Lab: 68.65, 9.06, 66.90
  • CIE-Lab: 68.65, 9.06, 66.90

In the XYZ color space, this color is represented as X: 40.32, Y: 38.85, Z: 5.09. The Yxy representation further refines this as Y: 38.85, x: 0.4785, and y: 0.4611.

In the Hunter Lab color space, this color is represented as L: 68.65, a: 9.06, and b: 66.90. Similarly, in the CIE-Lab color space, it is represented as L: 68.65, a: 9.06, and b: 66.90.

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

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

Analogous Colors of #CDA01C

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

Split Complementary Colors of #CDA01C

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

Tetradic Colors of #CDA01C

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

Monochromatic Colors of #CDA01C

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

Complementary Color of #CDA01C

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

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

HTML Examples of #CDA01C

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

Related Colors of #CDA01C

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