#DEC555

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

Shades of Confetti #DEC555

Tints of Confetti #DEC555

Color information

#DEC555 (or 0xDEC555) is unknown color: approx Confetti. HEX triplet: DE, C5 and 55. RGB value is (222,197,85). Sum of RGB (Red+Green+Blue) = 222+197+85=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC555 is #213AAA. Grayscale: #C0C0C0. Windows color (decimal): -2177707 or 5621214. OLE color: 5621214.

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

Color convert

RGB22219785-
CMYK00.110.620.13
HSL49.05º67.49%60.2%-
HSV(B)49.05º61.71%87.06%-
XYZ51.7356.1216.7-
YUV191.7167.78149.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 85 (33.59% from 255) = 16.87%
R=44.05%
G=39.09%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221978500.110.620.1349.0567.4960.2
HexDEC5550B3ED31433c
Octal33630512501376156110374
Binary110111101100010110101010101111111011011100011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC555; }

 p { color: rgb(222,197,85); }

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

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

 a { background-color: rgb(222,197,85); }

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

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

 span { border-color: rgb(222,197,85); }

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