#DECF51

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

Shades of Confetti #DECF51

Tints of Confetti #DECF51

Color information

#DECF51 (or 0xDECF51) is unknown color: approx Confetti. HEX triplet: DE, CF and 51. RGB value is (222,207,81). Sum of RGB (Red+Green+Blue) = 222+207+81=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF51 is #2130AE. Grayscale: #C5C5C5. Windows color (decimal): -2175151 or 5361630. OLE color: 5361630.

HSL color Cylindrical-coordinate representation of color #DECF51: hue angle of 53.62º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DECF51 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22220781-
CMYK00.070.640.13
HSL53.62º68.12%59.41%-
HSV(B)53.62º63.51%87.06%-
XYZ53.9260.7516.67-
YUV197.1262.47145.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 81 (32.03% from 255) = 15.88%
R=43.53%
G=40.59%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222078100.070.640.1353.6268.1259.41
HexDECF510740D36443b
Octal33631712107100156610473
Binary110111101100111110100010111100000011011101101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF51; }

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

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

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

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

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

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

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

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