#CFCC56

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

Shades of Confetti #CFCC56

Tints of Confetti #CFCC56

Color information

#CFCC56 (or 0xCFCC56) is unknown color: approx Confetti. HEX triplet: CF, CC and 56. RGB value is (207,204,86). Sum of RGB (Red+Green+Blue) = 207+204+86=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC56 is #3033A9. Grayscale: #BFBFBF. Windows color (decimal): -3158954 or 5688527. OLE color: 5688527.

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

Color convert

RGB20720486-
CMYK00.010.580.19
HSL58.51º55.76%57.45%-
HSV(B)58.51º58.45%81.18%-
XYZ4957.1217.25-
YUV191.4468.49139.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 86 (33.98% from 255) = 17.30%
R=41.65%
G=41.05%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072048600.010.580.1958.5155.7657.45
HexCFCC56013A133b3839
Octal317314126017223737071
Binary110011111100110010101100111101010011111011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC56; }

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

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

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

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

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

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

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

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