#cfce54

Color #CFCE54 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #CFCE54

Tints of Confetti #CFCE54

Color information

#CFCE54 (or 0xCFCE54) is unknown color: approx 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

RGB20720684-
CMYK00.000.590.19
HSL59.51º56.16%57.06%-
HSV(B)59.51º59.42%81.18%-
XYZ49.458.0516.99-
YUV192.3966.83138.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 84 (33.20% from 255) = 16.90%
R=41.65%
G=41.45%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072068400.000.590.1959.5156.1657.06
HexCFCE54003B133c3839
Octal317316124007323747071
Binary110011111100111010101000011101110011111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfce54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>