#CFCA54

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

Shades of Confetti #CFCA54

Tints of Confetti #CFCA54

Color information

#CFCA54 (or 0xCFCA54) is unknown color: approx Confetti. HEX triplet: CF, CA and 54. RGB value is (207,202,84). Sum of RGB (Red+Green+Blue) = 207+202+84=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA54 is #3035AB. Grayscale: #BEBEBE. Windows color (decimal): -3159468 or 5556943. OLE color: 5556943.

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

Color convert

RGB20720284-
CMYK00.020.590.19
HSL57.56º56.16%57.06%-
HSV(B)57.56º59.42%81.18%-
XYZ48.4556.1516.67-
YUV190.0468.16140.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=41.99%
G=40.97%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072028400.020.590.1957.5656.1657.06
HexCFCA54023B133a3839
Octal317312124027323727071
Binary1100111111001010101010001011101110011111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA54; }

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

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

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

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

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

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

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

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