#CFCA56

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

Shades of Confetti #CFCA56

Tints of Confetti #CFCA56

Color information

#CFCA56 (or 0xCFCA56) is unknown color: approx Confetti. HEX triplet: CF, CA and 56. RGB value is (207,202,86). Sum of RGB (Red+Green+Blue) = 207+202+86=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA56 is #3035A9. Grayscale: #BEBEBE. Windows color (decimal): -3159466 or 5688015. OLE color: 5688015.

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

Color convert

RGB20720286-
CMYK00.020.580.19
HSL57.52º55.76%57.45%-
HSV(B)57.52º58.45%81.18%-
XYZ48.5356.1817.09-
YUV190.2769.16139.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 86 (33.98% from 255) = 17.37%
R=41.82%
G=40.81%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072028600.020.580.1957.5255.7657.45
HexCFCA56023A133a3839
Octal317312126027223727071
Binary1100111111001010101011001011101010011111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA56; }

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

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

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

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

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

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

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

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