#CCC84F

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

Shades of Confetti #CCC84F

Tints of Confetti #CCC84F

Color information

#CCC84F (or 0xCCC84F) is unknown color: approx Confetti. HEX triplet: CC, C8 and 4F. RGB value is (204,200,79). Sum of RGB (Red+Green+Blue) = 204+200+79=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC84F is #3337B0. Grayscale: #BBBBBB. Windows color (decimal): -3356593 or 5228748. OLE color: 5228748.

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

Color convert

RGB20420079-
CMYK00.020.610.2
HSL58.08º55.07%55.49%-
HSV(B)58.08º61.27%80%-
XYZ46.9754.7115.48-
YUV187.466.83139.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 79 (31.25% from 255) = 16.36%
R=42.24%
G=41.41%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042007900.020.610.258.0855.0755.49
HexCCC84F023D143a3737
Octal314310117027524726767
Binary1100110011001000100111101011110110100111010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC84F; }

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

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

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

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

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

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

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

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