Html Css Color HEX #CCC54F Confetti

📋 copy color: '#CCC54F'

red 204 ◦ green 197 ◦ blue 79

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

Shades of Confetti #CCC54F

Tints of Confetti #CCC54F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.04%

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

R = 42.5%
G = 41.04%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCC54F (or 0xCCC54F) is known color: Confetti. HEX triplet: CC, C5 and 4F. RGB value is (204,197,79). Sum of RGB (Red+Green+Blue) = 204+197+79=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC54F is #333AB0. Grayscale: #BABABA. Windows color (decimal): -3357361 or 5227980. OLE color: 5227980.

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

Color convert

RGB 204 197 79 -
CMYK 0 0.03 0.61 0.2
HSL 56.64º 0.55% 0.55% -
HSV(B) 56.64º 0.61% 0.8% -
XYZ 46.28 53.33 15.25 -
YUV 185.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 204 197 79 0 0.03 0.61 0.2 56.64 0.55 0.55
Hex CC C5 4F 0 3 3D 14 39 37 37
Octal 314 305 117 0 3 75 24 71 67 67
Binary 11001100 11000101 1001111 0 11 111101 10100 111001 110111 110111

Color Harmonies of #CCC54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC54F

Black with #CCC54F

Text Example


Text Example

White with #CCC54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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