Html Css Color HEX #DEC64C Confetti

📋 copy color: '#DEC64C'

red 222 ◦ green 198 ◦ blue 76

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

Shades of Confetti #DEC64C

Tints of Confetti #DEC64C

RGB

 RED value IS 222 (87.11% from 255) = 44.76%

 GREEN value IS 198 (77.73% from 255) = 39.92%

 BLUE value IS 76 (30.08% from 255) = 15.32%

R = 44.76%
G = 39.92%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEC64C (or 0xDEC64C) is known color: Confetti. HEX triplet: DE, C6 and 4C. RGB value is (222,198,76). Sum of RGB (Red+Green+Blue) = 222+198+76=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC64C is #2139B3. Grayscale: #BFBFBF. Windows color (decimal): -2177460 or 5031646. OLE color: 5031646.

HSL color Cylindrical-coordinate representation of color #DEC64C: hue angle of 50.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEC64C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 198 76 -
CMYK 0 0.11 0.66 0.13
HSL 50.14º 0.69% 0.58% -
HSV(B) 50.14º 0.66% 0.87% -
XYZ 51.62 56.44 15.01 -
YUV 191.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 222 198 76 0 0.11 0.66 0.13 50.14 0.69 0.58
Hex DE C6 4C 0 B 42 D 32 45 3A
Octal 336 306 114 0 13 102 15 62 105 72
Binary 11011110 11000110 1001100 0 1011 1000010 1101 110010 1000101 111010

Color Harmonies of #DEC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC64C

Black with #DEC64C

Text Example


Text Example

White with #DEC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC64C; }

 p { color: rgb(222,198,76); }

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

background-color css

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

 a { background-color: rgb(222,198,76); }

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

border-color css

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

 span { border-color: rgb(222,198,76); }

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