#CFC24B

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

Shades of Confetti #CFC24B

Tints of Confetti #CFC24B

Color information

#CFC24B (or 0xCFC24B) is unknown color: approx Confetti. HEX triplet: CF, C2 and 4B. RGB value is (207,194,75). Sum of RGB (Red+Green+Blue) = 207+194+75=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC24B is #303DB4. Grayscale: #B8B8B8. Windows color (decimal): -3161525 or 4965071. OLE color: 4965071.

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

Color convert

RGB20719475-
CMYK00.060.640.19
HSL54.09º57.89%55.29%-
HSV(B)54.09º63.77%81.18%-
XYZ46.2952.3614.32-
YUV184.3266.31144.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 75 (29.69% from 255) = 15.76%
R=43.49%
G=40.76%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071947500.060.640.1954.0957.8955.29
HexCFC24B064013363a37
Octal3173021130610023667267
Binary110011111100001010010110110100000010011110110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC24B; }

 p { color: rgb(207,194,75); }

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

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

 a { background-color: rgb(207,194,75); }

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

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

 span { border-color: rgb(207,194,75); }

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