Html Css Color HEX #CCC24F Confetti

📋 copy color: '#CCC24F'

red 204 ◦ green 194 ◦ blue 79

#CCC24F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #CCC24F

Tints of Confetti #CCC24F

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 value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCC24F (or 0xCCC24F) is known color: 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

RGB 204 194 79 -
CMYK 0 0.05 0.61 0.2
HSL 55.2º 0.55% 0.55% -
HSV(B) 55.2º 0.61% 0.8% -
XYZ 45.6 51.99 15.03 -
YUV 183.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 204 194 79 0 0.05 0.61 0.2 55.2 0.55 0.55
Hex CC C2 4F 0 5 3D 14 37 37 37
Octal 314 302 117 0 5 75 24 67 67 67
Binary 11001100 11000010 1001111 0 101 111101 10100 110111 110111 110111

Color Harmonies of #CCC24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC24F

Black with #CCC24F

Text Example


Text Example

White with #CCC24F

Text Example


Text Example

HTML Codes & Css Web 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>