Html Css Color HEX #CCC44F Confetti

📋 copy color: '#CCC44F'

red 204 ◦ green 196 ◦ blue 79

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

Shades of Confetti #CCC44F

Tints of Confetti #CCC44F

RGB

 RED value IS 204 (80.08% from 255) = 42.59%

 GREEN value IS 196 (76.95% from 255) = 40.92%

 BLUE value IS 79 (31.25% from 255) = 16.49%

R = 42.59%
G = 40.92%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCC44F (or 0xCCC44F) is known color: Confetti. HEX triplet: CC, C4 and 4F. RGB value is (204,196,79). Sum of RGB (Red+Green+Blue) = 204+196+79=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC44F is #333BB0. Grayscale: #B9B9B9. Windows color (decimal): -3357617 or 5227724. OLE color: 5227724.

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

Color convert

RGB 204 196 79 -
CMYK 0 0.04 0.61 0.2
HSL 56.16º 0.55% 0.55% -
HSV(B) 56.16º 0.61% 0.8% -
XYZ 46.05 52.88 15.18 -
YUV 185.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 204 196 79 0 0.04 0.61 0.2 56.16 0.55 0.55
Hex CC C4 4F 0 4 3D 14 38 37 37
Octal 314 304 117 0 4 75 24 70 67 67
Binary 11001100 11000100 1001111 0 100 111101 10100 111000 110111 110111

Color Harmonies of #CCC44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC44F

Black with #CCC44F

Text Example


Text Example

White with #CCC44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC44F; }

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

 H1.HeaderClassName
 {
   color: #CCC44F;
 }
 .AnyTagClassName
 {
   color: #CCC44F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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