#CCC24F

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

Shades of Confetti #CCC24F

Tints of Confetti #CCC24F

Color information

#CCC24F (or 0xCCC24F) is unknown color: approx Confetti. HEX triplet: CC, C2 and 4F. RGB value is (204,194,79). Sum of RGB (Red+Green+Blue) = 204+194+79=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC24F is #333DB0. Grayscale: #B8B8B8. Windows color (decimal): -3358129 or 5227212. OLE color: 5227212.

HSL color Cylindrical-coordinate representation of color #CCC24F: hue angle of 55.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCC24F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20419479-
CMYK00.050.610.2
HSL55.2º55.07%55.49%-
HSV(B)55.2º61.27%80%-
XYZ45.651.9915.03-
YUV183.8868.81142.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 79 (31.25% from 255) = 16.56%
R=42.77%
G=40.67%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041947900.050.610.255.255.0755.49
HexCCC24F053D14373737
Octal314302117057524676767
Binary11001100110000101001111010111110110100110111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC24F; }

 p { color: rgb(204,194,79); }

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

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

 a { background-color: rgb(204,194,79); }

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

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

 span { border-color: rgb(204,194,79); }

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