#DECF49

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

Shades of Confetti #DECF49

Tints of Confetti #DECF49

Color information

#DECF49 (or 0xDECF49) is unknown color: approx Confetti. HEX triplet: DE, CF and 49. RGB value is (222,207,73). Sum of RGB (Red+Green+Blue) = 222+207+73=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF49 is #2130B6. Grayscale: #C4C4C4. Windows color (decimal): -2175159 or 4837342. OLE color: 4837342.

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

Color convert

RGB22220773-
CMYK00.070.670.13
HSL53.96º69.3%57.84%-
HSV(B)53.96º67.12%87.06%-
XYZ53.6460.6415.18-
YUV196.2158.47146.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 73 (28.91% from 255) = 14.54%
R=44.22%
G=41.24%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222077300.070.670.1353.9669.357.84
HexDECF490743D36453a
Octal33631711107103156610572
Binary110111101100111110010010111100001111011101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF49; }

 p { color: rgb(222,207,73); }

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

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

 a { background-color: rgb(222,207,73); }

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

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

 span { border-color: rgb(222,207,73); }

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