Shades of Confetti #CCC74F
Tints of Confetti #CCC74F
RGB
CMYK
RGB Variations
Color information
#CCC74F (or 0xCCC74F) is known color: Confetti. HEX triplet: CC, C7 and 4F. RGB value is (204,199,79). Sum of RGB (Red+Green+Blue) = 204+199+79=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC74F is #3338B0. Grayscale: #BBBBBB. Windows color (decimal): -3356849 or 5228492. OLE color: 5228492.
HSL color Cylindrical-coordinate representation of color #CCC74F: hue angle of 57.6º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCC74F is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 79 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.2 |
| HSL | 57.6º | 0.55% | 0.55% | - |
| HSV(B) | 57.6º | 0.61% | 0.8% | - |
| XYZ | 46.74 | 54.25 | 15.4 | - |
| YUV | 186.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 79 | 0 | 0.02 | 0.61 | 0.2 | 57.6 | 0.55 | 0.55 |
| Hex | CC | C7 | 4F | 0 | 2 | 3D | 14 | 3A | 37 | 37 |
| Octal | 314 | 307 | 117 | 0 | 2 | 75 | 24 | 72 | 67 | 67 |
| Binary | 11001100 | 11000111 | 1001111 | 0 | 10 | 111101 | 10100 | 111010 | 110111 | 110111 |
Color Harmonies of #CCC74F
Complementary color
Monochromatic Colors of #CCC74F
Black with #CCC74F
Text Example
Text Example
White with #CCC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC74F; }
p { color: rgb(204,199,79); }
H1.HeaderClassName
{
color: #CCC74F;
}
.AnyTagClassName
{
color: #CCC74F;
}
</style>
background-color css
<style>
a { background-color: #CCC74F; }
a { background-color: rgb(204,199,79); }
div.DivClassName
{
background-color: #CCC74F;
}
.BgClassName
{
background-color: #CCC74F;
}
</style>
border-color css
<style>
span { border-color: #CCC74F; }
span { border-color: rgb(204,199,79); }
td.TdClassName
{
border-color: #CCC74F;
}
.TagClassName
{
border-color: #CCC74F;
}
</style>