Html Css Color HEX #CCC44E Confetti

📋 copy color: '#CCC44E'

red 204 ◦ green 196 ◦ blue 78

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

Shades of Confetti #CCC44E

Tints of Confetti #CCC44E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.32%

R = 42.68%
G = 41%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC44E (or 0xCCC44E) is known color: Confetti. HEX triplet: CC, C4 and 4E. RGB value is (204,196,78). Sum of RGB (Red+Green+Blue) = 204+196+78=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC44E is #333BB1. Grayscale: #B9B9B9. Windows color (decimal): -3357618 or 5162188. OLE color: 5162188.

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

Color convert

RGB 204 196 78 -
CMYK 0 0.04 0.62 0.2
HSL 56.19º 0.55% 0.55% -
HSV(B) 56.19º 0.62% 0.8% -
XYZ 46.02 52.87 14.99 -
YUV 184.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 204 196 78 0 0.04 0.62 0.2 56.19 0.55 0.55
Hex CC C4 4E 0 4 3E 14 38 37 37
Octal 314 304 116 0 4 76 24 70 67 67
Binary 11001100 11000100 1001110 0 100 111110 10100 111000 110111 110111

Color Harmonies of #CCC44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC44E

Black with #CCC44E

Text Example


Text Example

White with #CCC44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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