In a RGB color space, #cccc00 hex color (also known as Golden Foil) is composed of 80% red, 80% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 100% yellow and 20% black. It has a hue angle of 60 degrees, a saturation of 100% and a lightness of 40%. #cccc00 color hex could be obtained by blending #ffff00 with #999900. #cccc00(or #cc0) is a websafe color.
The hexadecimal color #cccc00 has RGB values of R:204, G:204, B:0 and CMYK values of C:0, M:0, Y:1, K:0.2. Its decimal value is 13421568.
Hex triplet | cccc00 | #cccc00 |
RGB Decimal | 204, 204, 0 | rgb(204,204,0) |
RGB Percent | 80, 80, 0 | rgb(80%,80%,0%) |
CMYK | 0, 0, 100, 20 | |
HSL | 60°, 100, 40 | hsl(60,100%,40%) |
HSV(HSB) | 60°, 100, 80 | |
Web Safe | cccc00 | #cc0 |
XYZ | 46.495, 56.023, 8.363 |
xyY | 0.419, 0.505, 56.023 |
CIE-LAB | 79.627, -18.22, 79.859 |
CIE-LCH | 79.627, 81.911, 102.852 |
CIE-LUV | 79.627, 6.314, 87.538 |
Hunter-Lab | 74.849, -20.104, 45.769 |
Binary | 11001100, 11001100, 00000000 |
Below, you can see some colors close to #cccc00. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #cccc00.
<span style="color:#cccc00">Text here</span>
This paragraph has a background color of #cccc00.
<p style="background-color:#cccc00;">Content here</p>
This element has a border color of #cccc00.
<div style="border:1px #cccc00;">Content here</div>
.text {color:#cccc00;}
.background {background-color:#cccc00;}
.border {border:1px solid #cccc00;}
.text-shadow {border:1px solid #cccc00;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0d0d00 is the darkest color, while #fffff7 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #666666 is the less saturated color, while #c4c408 is the most saturated one.