#CFC04E

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

Shades of Confetti #CFC04E

Tints of Confetti #CFC04E

Color information

#CFC04E (or 0xCFC04E) is unknown color: approx Confetti. HEX triplet: CF, C0 and 4E. RGB value is (207,192,78). Sum of RGB (Red+Green+Blue) = 207+192+78=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC04E is #303FB1. Grayscale: #B7B7B7. Windows color (decimal): -3162034 or 5161167. OLE color: 5161167.

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

Color convert

RGB20719278-
CMYK00.070.620.19
HSL53.02º57.33%55.88%-
HSV(B)53.02º62.32%81.18%-
XYZ45.9651.5114.73-
YUV183.4968.47144.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 78 (30.86% from 255) = 16.35%
R=43.40%
G=40.25%
B=16.35%

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
Decimal2071927800.070.620.1953.0257.3355.88
HexCFC04E073E13353938
Octal317300116077623657170
Binary11001111110000001001110011111111010011110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC04E; }

 p { color: rgb(207,192,78); }

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

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

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

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

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

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

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