#CFCC4D

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

Shades of Confetti #CFCC4D

Tints of Confetti #CFCC4D

Color information

#CFCC4D (or 0xCFCC4D) is unknown color: approx Confetti. HEX triplet: CF, CC and 4D. RGB value is (207,204,77). Sum of RGB (Red+Green+Blue) = 207+204+77=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC4D is #3033B2. Grayscale: #BEBEBE. Windows color (decimal): -3158963 or 5098703. OLE color: 5098703.

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

Color convert

RGB20720477-
CMYK00.010.630.19
HSL58.62º57.52%55.69%-
HSV(B)58.62º62.8%81.18%-
XYZ48.6656.9915.46-
YUV190.4263.99139.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 77 (30.47% from 255) = 15.78%
R=42.42%
G=41.80%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072047700.010.630.1958.6257.5255.69
HexCFCC4D013F133b3a38
Octal317314115017723737270
Binary110011111100110010011010111111110011111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC4D; }

 p { color: rgb(207,204,77); }

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

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

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

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

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

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

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