#DEC547

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

Shades of Confetti #DEC547

Tints of Confetti #DEC547

Color information

#DEC547 (or 0xDEC547) is unknown color: approx Confetti. HEX triplet: DE, C5 and 47. RGB value is (222,197,71). Sum of RGB (Red+Green+Blue) = 222+197+71=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC547 is #213AB8. Grayscale: #BEBEBE. Windows color (decimal): -2177721 or 4703710. OLE color: 4703710.

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

Color convert

RGB22219771-
CMYK00.110.680.13
HSL50.07º69.59%57.45%-
HSV(B)50.07º68.02%87.06%-
XYZ51.2355.9214.05-
YUV190.1160.78150.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.31%
GREEN value IS 197 (77.34% from 255) = 40.20%
BLUE value IS 71 (28.12% from 255) = 14.49%
R=45.31%
G=40.20%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221977100.110.680.1350.0769.5957.45
HexDEC5470B44D324639
Octal336305107013104156210671
Binary1101111011000101100011101011100010011011100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC547; }

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

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

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

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

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

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

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

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