Shades of Confetti #CECC4D
Tints of Confetti #CECC4D
RGB
CMYK
RGB Variations
Color information
#CECC4D (or 0xCECC4D) is known color: Confetti. HEX triplet: CE, CC and 4D. RGB value is (206,204,77). Sum of RGB (Red+Green+Blue) = 206+204+77=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC4D is #3133B2. Grayscale: #BEBEBE. Windows color (decimal): -3224499 or 5098702. OLE color: 5098702.
HSL color Cylindrical-coordinate representation of color #CECC4D: hue angle of 59.07º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CECC4D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 77 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.19 |
| HSL | 59.07º | 0.57% | 0.55% | - |
| HSV(B) | 59.07º | 0.63% | 0.81% | - |
| XYZ | 48.39 | 56.84 | 15.44 | - |
| YUV | 190.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 77 | 0 | 0.01 | 0.63 | 0.19 | 59.07 | 0.57 | 0.55 |
| Hex | CE | CC | 4D | 0 | 1 | 3F | 13 | 3B | 39 | 37 |
| Octal | 316 | 314 | 115 | 0 | 1 | 77 | 23 | 73 | 71 | 67 |
| Binary | 11001110 | 11001100 | 1001101 | 0 | 1 | 111111 | 10011 | 111011 | 111001 | 110111 |
Color Harmonies of #CECC4D
Complementary color
Monochromatic Colors of #CECC4D
Black with #CECC4D
Text Example
Text Example
White with #CECC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC4D; }
p { color: rgb(206,204,77); }
H1.HeaderClassName
{
color: #CECC4D;
}
.AnyTagClassName
{
color: #CECC4D;
}
</style>
background-color css
<style>
a { background-color: #CECC4D; }
a { background-color: rgb(206,204,77); }
div.DivClassName
{
background-color: #CECC4D;
}
.BgClassName
{
background-color: #CECC4D;
}
</style>
border-color css
<style>
span { border-color: #CECC4D; }
span { border-color: rgb(206,204,77); }
td.TdClassName
{
border-color: #CECC4D;
}
.TagClassName
{
border-color: #CECC4D;
}
</style>