#CFCF54

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

Shades of Confetti #CFCF54

Tints of Confetti #CFCF54

Color information

#CFCF54 (or 0xCFCF54) is unknown color: approx Confetti. HEX triplet: CF, CF and 54. RGB value is (207,207,84). Sum of RGB (Red+Green+Blue) = 207+207+84=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF54 is #3030AB. Grayscale: #C1C1C1. Windows color (decimal): -3158188 or 5558223. OLE color: 5558223.

HSL color Cylindrical-coordinate representation of color #CFCF54: hue angle of 60º 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 #CFCF54 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20720784-
CMYK000.590.19
HSL60º56.16%57.06%-
HSV(B)60º59.42%81.18%-
XYZ49.6558.5317.07-
YUV192.9866.5138-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 207 (81.25% from 255) = 41.57%
BLUE value IS 84 (33.20% from 255) = 16.87%
R=41.57%
G=41.57%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720784000.590.196056.1657.06
HexCFCF54003B133c3839
Octal317317124007323747071
Binary110011111100111110101000011101110011111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCF54; }

 p { color: rgb(207,207,84); }

 H1.HeaderClassName
 {
   color: #CFCF54;
 }
 .AnyTagClassName
 {
   color: #CFCF54;
 }
</style>
background-color css

<style>
 a { background-color: #CFCF54; }

 a { background-color: rgb(207,207,84); }

 div.DivClassName
 {
   background-color: #CFCF54;
 }
 .BgClassName
 {
   background-color: #CFCF54;
 }
</style>
border-color css

<style>
 span { border-color: #CFCF54; }

 span { border-color: rgb(207,207,84); }

 td.TdClassName
 {
   border-color: #CFCF54;
 }
 .TagClassName
 {
   border-color: #CFCF54;
 }
</style>