#DEC44A

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

Shades of Confetti #DEC44A

Tints of Confetti #DEC44A

Color information

#DEC44A (or 0xDEC44A) is unknown color: approx Confetti. HEX triplet: DE, C4 and 4A. RGB value is (222,196,74). Sum of RGB (Red+Green+Blue) = 222+196+74=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC44A is #213BB5. Grayscale: #BEBEBE. Windows color (decimal): -2177974 or 4900062. OLE color: 4900062.

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

Color convert

RGB22219674-
CMYK00.120.670.13
HSL49.46º69.16%58.04%-
HSV(B)49.46º66.67%87.06%-
XYZ51.155.514.5-
YUV189.8762.61150.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 196 (76.95% from 255) = 39.84%
BLUE value IS 74 (29.30% from 255) = 15.04%
R=45.12%
G=39.84%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221967400.120.670.1349.4669.1658.04
HexDEC44A0C43D31453a
Octal336304112014103156110572
Binary1101111011000100100101001100100001111011100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC44A; }

 p { color: rgb(222,196,74); }

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

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

 a { background-color: rgb(222,196,74); }

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

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

 span { border-color: rgb(222,196,74); }

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