Shades of Confetti #CCCC51
Tints of Confetti #CCCC51
RGB
CMYK
RGB Variations
Color information
#CCCC51 (or 0xCCCC51) is known color: Confetti. HEX triplet: CC, CC and 51. RGB value is (204,204,81). Sum of RGB (Red+Green+Blue) = 204+204+81=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC51 is #3333AE. Grayscale: #BEBEBE. Windows color (decimal): -3355567 or 5360844. OLE color: 5360844.
HSL color Cylindrical-coordinate representation of color #CCCC51: hue angle of 60º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCCC51 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 81 | - |
| CMYK | 0 | 0 | 0.60 | 0.2 |
| HSL | 60º | 0.55% | 0.56% | - |
| HSV(B) | 60º | 0.6% | 0.8% | - |
| XYZ | 47.98 | 56.62 | 16.18 | - |
| YUV | 189.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 81 | 0 | 0 | 0.60 | 0.2 | 60 | 0.55 | 0.56 |
| Hex | CC | CC | 51 | 0 | 0 | 3C | 14 | 3C | 37 | 38 |
| Octal | 314 | 314 | 121 | 0 | 0 | 74 | 24 | 74 | 67 | 70 |
| Binary | 11001100 | 11001100 | 1010001 | 0 | 0 | 111100 | 10100 | 111100 | 110111 | 111000 |
Color Harmonies of #CCCC51
Complementary color
Monochromatic Colors of #CCCC51
Black with #CCCC51
Text Example
Text Example
White with #CCCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC51; }
p { color: rgb(204,204,81); }
H1.HeaderClassName
{
color: #CCCC51;
}
.AnyTagClassName
{
color: #CCCC51;
}
</style>
background-color css
<style>
a { background-color: #CCCC51; }
a { background-color: rgb(204,204,81); }
div.DivClassName
{
background-color: #CCCC51;
}
.BgClassName
{
background-color: #CCCC51;
}
</style>
border-color css
<style>
span { border-color: #CCCC51; }
span { border-color: rgb(204,204,81); }
td.TdClassName
{
border-color: #CCCC51;
}
.TagClassName
{
border-color: #CCCC51;
}
</style>