CCA01D Color Hex

#CCA01D Color Hex

#CCA01D Color Information

  • In the RGB color space, the color value #cca01d is composed of 80% red, 62.75% green, and 11.37% blue.
  • In the CMYK color space, it consists of 0 cyan, 0.22 magenta, 0.86 yellow, and 0 black.
  • It has a color angle of 45 degrees, a saturation of 75%, and a luminance of 46%.
  • Contrast color of #cca01d is #000000

#CCA01D Color Conversion

Hex cca01d #cca01d
RGB Decimal 204, 160, 29 rgb(204, 160, 29)
RGB Percent 80, 62.75, 11.37 rgb(80%, 62.75%, 11.37%)
HSL 45°,75%,46% hsl(45°,75%,46%)
CMYK 0, 0.22, 0.86, 51
HSV (or HSB) 45°, 12%, 12%,
YUV 158, 54, 160
XYZ 37.694, 38.068, 6.523
CIE-LAB 68.07, 4.98, 66.69

#cca01d border color

.css_border_solid{ border: 3px solid #cca01d }
.css_border_dotted{ border: 3px dotted #cca01d }
.css_border_dashed{ border: 3px dashed #cca01d }
.css_border_double{ border: 3px double #cca01d }

Css background gradient color with #CCA01D

.box_css_gradient_with_cca01d{ 
	background-color: #cca01d;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cca01d', endColorstr='#2b2206');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cca01d), to(#2b2206));
	background-image: -webkit-linear-gradient(top, #cca01d, #2b2206);
	background-image: -moz-linear-gradient(top, #cca01d, #2b2206);
	background-image: -o-linear-gradient(top, #cca01d, #2b2206);
	background-image: linear-gradient(to bottom, #cca01d, #2b2206);}

#cca01d Color Preview on Black Background

Sample font with color #cca01d on background of color black

#cca01d Color Preview on White Background

Sample font with color #cca01d on background of color white

#cca01d background color

The sample font has a contrasting color to the color #cca01d

Contrast color with #cca01d color is #000000