#CFC14F

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

Shades of Confetti #CFC14F

Tints of Confetti #CFC14F

Color information

#CFC14F (or 0xCFC14F) is unknown color: approx Confetti. HEX triplet: CF, C1 and 4F. RGB value is (207,193,79). Sum of RGB (Red+Green+Blue) = 207+193+79=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC14F is #303EB0. Grayscale: #B8B8B8. Windows color (decimal): -3161777 or 5226959. OLE color: 5226959.

HSL color Cylindrical-coordinate representation of color #CFC14F: hue angle of 53.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFC14F is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20719379-
CMYK00.070.620.19
HSL53.44º57.14%56.08%-
HSV(B)53.44º61.84%81.18%-
XYZ46.2151.9714.99-
YUV184.1968.64144.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 79 (31.25% from 255) = 16.49%
R=43.22%
G=40.29%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071937900.070.620.1953.4457.1456.08
HexCFC14F073E13353938
Octal317301117077623657170
Binary11001111110000011001111011111111010011110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC14F; }

 p { color: rgb(207,193,79); }

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

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

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

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

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

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

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