#DEC24C

Color #DEC24C Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DEC24C

Tints of Confetti #DEC24C

Color information

#DEC24C (or 0xDEC24C) is unknown color: approx Confetti. HEX triplet: DE, C2 and 4C. RGB value is (222,194,76). Sum of RGB (Red+Green+Blue) = 222+194+76=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC24C is #213DB3. Grayscale: #BDBDBD. Windows color (decimal): -2178484 or 5030622. OLE color: 5030622.

HSL color Cylindrical-coordinate representation of color #DEC24C: hue angle of 48.49º 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 #DEC24C is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22219476-
CMYK00.130.660.13
HSL48.49º68.87%58.43%-
HSV(B)48.49º65.77%87.06%-
XYZ50.7254.6314.71-
YUV188.9264.28151.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 76 (30.08% from 255) = 15.45%
R=45.12%
G=39.43%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221947600.130.660.1348.4968.8758.43
HexDEC24C0D42D30453a
Octal336302114015102156010572
Binary1101111011000010100110001101100001011011100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC24C; }

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

 H1.HeaderClassName
 {
   color: #DEC24C;
 }
 .AnyTagClassName
 {
   color: #DEC24C;
 }
</style>
background-color css

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

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

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

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

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

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