#DEC243

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

Shades of Confetti #DEC243

Tints of Confetti #DEC243

Color information

#DEC243 (or 0xDEC243) is unknown color: approx Confetti. HEX triplet: DE, C2 and 43. RGB value is (222,194,67). Sum of RGB (Red+Green+Blue) = 222+194+67=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC243 is #213DBC. Grayscale: #BCBCBC. Windows color (decimal): -2178493 or 4440798. OLE color: 4440798.

HSL color Cylindrical-coordinate representation of color #DEC243: hue angle of 49.16º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEC243 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22219467-
CMYK00.130.700.13
HSL49.16º70.14%56.67%-
HSV(B)49.16º69.82%87.06%-
XYZ50.4354.5213.18-
YUV187.8959.78152.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 67 (26.56% from 255) = 13.87%
R=45.96%
G=40.17%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221946700.130.700.1349.1670.1456.67
HexDEC2430D46D314639
Octal336302103015106156110671
Binary1101111011000010100001101101100011011011100011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC243; }

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

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

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

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

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

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

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

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