Shades of Confetti #CFCE54
Tints of Confetti #CFCE54
RGB
CMYK
RGB Variations
Color information
#CFCE54 (or 0xCFCE54) is known color: Confetti. HEX triplet: CF, CE and 54. RGB value is (207,206,84). Sum of RGB (Red+Green+Blue) = 207+206+84=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE54 is #3031AB. Grayscale: #C0C0C0. Windows color (decimal): -3158444 or 5557967. OLE color: 5557967.
HSL color Cylindrical-coordinate representation of color #CFCE54: hue angle of 59.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFCE54 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 84 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.19 |
| HSL | 59.51º | 0.56% | 0.57% | - |
| HSV(B) | 59.51º | 0.59% | 0.81% | - |
| XYZ | 49.4 | 58.05 | 16.99 | - |
| YUV | 192.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 84 | 0 | 0.00 | 0.59 | 0.19 | 59.51 | 0.56 | 0.57 |
| Hex | CF | CE | 54 | 0 | 0 | 3B | 13 | 3C | 38 | 39 |
| Octal | 317 | 316 | 124 | 0 | 0 | 73 | 23 | 74 | 70 | 71 |
| Binary | 11001111 | 11001110 | 1010100 | 0 | 0 | 111011 | 10011 | 111100 | 111000 | 111001 |
Color Harmonies of #CFCE54
Complementary color
Monochromatic Colors of #CFCE54
Black with #CFCE54
Text Example
Text Example
White with #CFCE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE54; }
p { color: rgb(207,206,84); }
H1.HeaderClassName
{
color: #CFCE54;
}
.AnyTagClassName
{
color: #CFCE54;
}
</style>
background-color css
<style>
a { background-color: #CFCE54; }
a { background-color: rgb(207,206,84); }
div.DivClassName
{
background-color: #CFCE54;
}
.BgClassName
{
background-color: #CFCE54;
}
</style>
border-color css
<style>
span { border-color: #CFCE54; }
span { border-color: rgb(207,206,84); }
td.TdClassName
{
border-color: #CFCE54;
}
.TagClassName
{
border-color: #CFCE54;
}
</style>