#DEC653

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

Shades of Confetti #DEC653

Tints of Confetti #DEC653

Color information

#DEC653 (or 0xDEC653) is unknown color: approx Confetti. HEX triplet: DE, C6 and 53. RGB value is (222,198,83). Sum of RGB (Red+Green+Blue) = 222+198+83=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC653 is #2139AC. Grayscale: #C0C0C0. Windows color (decimal): -2177453 or 5490398. OLE color: 5490398.

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

Color convert

RGB22219883-
CMYK00.110.630.13
HSL49.64º67.8%59.8%-
HSV(B)49.64º62.61%87.06%-
XYZ51.8856.5416.36-
YUV192.0766.45149.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 83 (32.81% from 255) = 16.50%
R=44.14%
G=39.36%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221988300.110.630.1349.6467.859.8
HexDEC6530B3FD32443c
Octal33630612301377156210474
Binary110111101100011010100110101111111111011100101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC653; }

 p { color: rgb(222,198,83); }

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

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

 a { background-color: rgb(222,198,83); }

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

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

 span { border-color: rgb(222,198,83); }

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